Skip to content

Commit

Permalink
fix: vue-tsc should be an optional peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Dec 22, 2022
1 parent be258ec commit 5e6318e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vite-plugin-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"vite": ">=2.0.0",
"vls": "*",
"vti": "*",
"vue-tsc": "*",
"optionator": "^0.9.1"
},
"peerDependenciesMeta": {
Expand All @@ -88,6 +89,9 @@
},
"optionator": {
"optional": true
},
"vue-tsc": {
"optional": true
}
},
"devDependencies": {
Expand Down

0 comments on commit 5e6318e

Please sign in to comment.