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

Commit

Permalink
Revert "fix: move vue-template-compiler to dev & peer dependencies"
Browse files Browse the repository at this point in the history
This reverts commit b51758a.

Fixes #158
  • Loading branch information
znck committed Dec 1, 2017
1 parent 1ad7aa1 commit 302ad64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"rollup-pluginutils": "^2.0.1",
"typescript": "^2.4.1",
"vue-template-es2015-compiler": "^1.6.0",
"vue-template-validator": "^1.1.5"
"vue-template-validator": "^1.1.5",
"vue-template-compiler": ">=2.0"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
Expand Down Expand Up @@ -86,7 +87,6 @@
"stylus": "^0.54.5"
},
"peerDependencies": {
"vue": "*",
"vue-template-compiler": "*"
"vue": "*"
}
}
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.4.4:
vue-template-compiler@>=2.0:
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 302ad64

Please sign in to comment.