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 peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Dec 1, 2017
1 parent 3956774 commit 5263f6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.6.0",
"vue-template-validator": "^1.1.5",
"vue-template-compiler": ">=2.0"
"vue-template-validator": "^1.1.5"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
Expand Down Expand Up @@ -87,6 +86,7 @@
"stylus": "^0.54.5"
},
"peerDependencies": {
"vue": "*"
"vue": "*",
"vue-template-compiler": "*"
}
}

0 comments on commit 5263f6f

Please sign in to comment.