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

Moved vue to dev dependencies

This commit is contained in:
cristijora
2017-04-16 13:01:16 +03:00
parent c6b3572686
commit 88b47de3c9
+1 -3
View File
@@ -12,10 +12,8 @@
"test": "npm run unit && npm run e2e",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
},
"dependencies": {
"vue": "^2.2.2"
},
"devDependencies": {
"vue": "^2.2.2",
"autoprefixer": "^6.7.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",