mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-22 16:30:32 +03:00
Add git repo to package.json
This commit is contained in:
+12
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-form-wizard",
|
"name": "vue-form-wizard",
|
||||||
"version": "1.0.3",
|
"version": "0.1.0",
|
||||||
"description": "A vue based tab/form wizard",
|
"description": "A vue based tab/form wizard",
|
||||||
"main": "dist/vue-tab-wizard.js",
|
"main": "dist/vue-tab-wizard.js",
|
||||||
"homepage": "https://github.com/cristijora/vue-form-wizard",
|
"homepage": "https://github.com/cristijora/vue-form-wizard",
|
||||||
@@ -13,6 +13,17 @@
|
|||||||
"test": "npm run unit && npm run e2e",
|
"test": "npm run unit && npm run e2e",
|
||||||
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
|
"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": {
|
"devDependencies": {
|
||||||
"vue": "^2.2.2",
|
"vue": "^2.2.2",
|
||||||
"autoprefixer": "^6.7.2",
|
"autoprefixer": "^6.7.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user