2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-05 12:02:24 +03:00

Add git repo to package.json

This commit is contained in:
cristi
2017-04-18 02:35:52 +03:00
parent 769f3322f1
commit 7da9a208d2
+12 -1
View File
@@ -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",