mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-29 02:58:23 +00:00
Use caret version for engines in line with NPM standard
This commit is contained in:
parent
fe0d2c91a4
commit
6acb51e8a3
|
@ -5,7 +5,7 @@
|
|||
"homepage": "https://github.com/movie-web/movie-web",
|
||||
"engines": {
|
||||
"node": ">= 20",
|
||||
"pnpm": "~8"
|
||||
"pnpm": "^8"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
Loading…
Reference in a new issue