Skip to content

Commit

Permalink
fix: use correct vite peer dependency version expression (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashass committed Oct 1, 2022
1 parent 565e744 commit 7c6fba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"vitest": "0.23.2"
},
"peerDependencies": {
"vite": "^2.0.0 | ^3.0.0"
"vite": "^2.0.0 || ^3.0.0"
},
"engines": {
"pnpm": "7"
Expand Down

0 comments on commit 7c6fba2

Please sign in to comment.