Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
fix: move vue-template-compiler to dev & peer dependencies (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Oct 6, 2017
1 parent 071c11a commit 007867b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
"rollup-pluginutils": "^2.0.1",
"typescript": "^2.4.1",
"vue-template-es2015-compiler": "^1.5.0",
"vue-template-validator": "^1.1.5",
"vue-template-compiler": ">=2.0"
"vue-template-validator": "^1.1.5"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
Expand All @@ -75,7 +74,8 @@
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-css-only": "^0.2.0",
"rollup-plugin-replace": "^1.1.1",
"uglify-js": "^2.7.5"
"uglify-js": "^2.7.5",
"vue-template-compiler": "^2.4.4"
},
"optionalDependencies": {
"coffee-script": "^1.12.4",
Expand All @@ -86,6 +86,7 @@
"stylus": "^0.54.5"
},
"peerDependencies": {
"vue": "*"
"vue": "*",
"vue-template-compiler": "*"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3437,7 +3437,7 @@ void-elements@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"

vue-template-compiler@>=2.0:
vue-template-compiler@^2.4.4:
version "2.4.4"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.4.4.tgz#2cde3b704124985c27d50b5387c9691ba515fb57"
dependencies:
Expand Down

0 comments on commit 007867b

Please sign in to comment.