Skip to content

Commit

Permalink
moved vue dependency to runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
raresp committed Feb 28, 2019
1 parent 0f93416 commit 23df812
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"test": "yarn run test:unit && yarn run test:integration",
"prepublishOnly": "yarn run lint && yarn test && yarn run build"
},
"dependencies": {
"vue": "^2.6.2"
},
"devDependencies": {
"@avalanche/eslint-config": "^3.0.0",
"@babel/core": "^7.2.2",
Expand All @@ -43,7 +46,6 @@
"rollup": "^1.1.2",
"rollup-plugin-babel": "^4.3.2",
"uglify-es": "^3.3.9",
"vue": "^2.6.2",
"vue-template-compiler": "^2.6.2",
"vuex": "^3.1.0"
},
Expand Down

0 comments on commit 23df812

Please sign in to comment.