Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
fix: move vue-template-compiler to dependencies (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: yuuangzhang <yuuangzhang@tencent.com>
  • Loading branch information
zhangyuang and yuuangzhang committed Jun 3, 2021
1 parent f1a7f8e commit 0de32c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -57,11 +57,11 @@
"rollup": "^2.35.1",
"slash": "^3.0.0",
"source-map": "^0.7.3",
"vue-template-es2015-compiler": "^1.9.1"
"vue-template-es2015-compiler": "^1.9.1",
"vue-template-compiler": "^2.2.0"
},
"peerDependencies": {
"vite": "^2.0.0-beta.23",
"vue-template-compiler": "^2.2.0"
"vite": "^2.0.0-beta.23"
},
"devDependencies": {
"@types/consolidate": "^0.14.0",
Expand Down

0 comments on commit 0de32c9

Please sign in to comment.