Skip to content

Commit

Permalink
🔧 Relax peer dependency as compatible with vite 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Jul 25, 2022
1 parent 1188b86 commit 1cbbfbf
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 @@ -53,6 +53,6 @@
"vite": "^3.0.2"
},
"peerDependencies": {
"vite": "^3.0.0"
"vite": "^2.5.0 || ^3.0.0"
}
}

0 comments on commit 1cbbfbf

Please sign in to comment.