Skip to content

Commit

Permalink
fix: remove vite as peer dep
Browse files Browse the repository at this point in the history
closes #155
  • Loading branch information
sxzz committed Mar 9, 2024
1 parent 100945c commit 74f4ac7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,8 @@
"prepublishOnly": "pnpm run build"
},
"peerDependencies": {
"vite": "^5.0.0",
"vue": "^3.2.25"
},
"peerDependenciesMeta": {
"vite": {
"optional": true
}
},
"dependencies": {
"@vue/reactivity": "^3.4.21",
"debug": "^4.3.4",
Expand Down

0 comments on commit 74f4ac7

Please sign in to comment.