Skip to content

Commit

Permalink
feat: Update for Vite 4.x support, close #16 (#17)
Browse files Browse the repository at this point in the history
Closes #16
  • Loading branch information
khalwat authored Dec 13, 2022
1 parent 0e59600 commit 89de31a
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 @@ -29,7 +29,7 @@
"release": "bumpp && npm publish"
},
"peerDependencies": {
"vite": "^2.9.0 || ^3.0.0"
"vite": "^2.9.0 || ^3.0.0 || ^4.0.0"
},
"dependencies": {
"micromatch": "^4.0.5"
Expand Down

0 comments on commit 89de31a

Please sign in to comment.