Skip to content

Commit

Permalink
fix: add vue-template-es2015-compiler to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyerburgh committed Sep 19, 2017
1 parent e5176a4 commit 3c73d20
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,16 @@
"jade": "^1.11.0",
"jest": "^20.0.4",
"pug": "^2.0.0-rc.3",
"typescript": "^2.5.2",
"vue": "^2.4.2",
"vue-template-compiler": "^2.4.2",
"vue-template-es2015-compiler": "^1.5.3",
"vue-test-utils": "git+https://github.com/vuejs/vue-test-utils.git"
},
"peerDependencies": {
"coffee-script": "^1.x",
"jade": "^1.x",
"pug": "^2.x",
"typescript": "^2.x",
"vue": "^2.x",
"vue-template-compiler": "^2.x"
},
Expand All @@ -58,7 +62,7 @@
"js-beautify": "^1.6.14",
"object-assign": "^4.1.1",
"source-map": "^0.5.6",
"typescript": "^2.5.2"
"vue-template-es2015-compiler": "^1.5.3"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 3c73d20

Please sign in to comment.