diff --git a/package.json b/package.json index 64b00c5..36a33c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-form-wizard", - "version": "1.0.3", + "version": "0.1.0", "description": "A vue based tab/form wizard", "main": "dist/vue-tab-wizard.js", "homepage": "https://github.com/cristijora/vue-form-wizard", @@ -13,6 +13,17 @@ "test": "npm run unit && npm run e2e", "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs" }, + "keywords": [ + "vue", + "vuejs", + "form", + "wizard", + "tab" + ], + "repository": { + "type": "git", + "url": "https://github.com/cristijora/vue-form-wizard" + }, "devDependencies": { "vue": "^2.2.2", "autoprefixer": "^6.7.2",