mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-01-15 16:33:35 -03:00
Relax node and npm version requirements
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -125,8 +125,8 @@
|
||||
"worker-loader": "3.0.8"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.7.0",
|
||||
"npm": ">=10.1.0",
|
||||
"node": ">=20.0.0",
|
||||
"npm": ">=10.0.0",
|
||||
"yarn": "YARN NO LONGER USED - use npm instead."
|
||||
}
|
||||
},
|
||||
|
||||
@@ -150,8 +150,8 @@
|
||||
"stylelint:scss": "stylelint --config=\".stylelintrc.scss.json\" \"src/**/*.scss\""
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.7.0",
|
||||
"npm": ">=10.1.0",
|
||||
"node": ">=20.0.0",
|
||||
"npm": ">=10.0.0",
|
||||
"yarn": "YARN NO LONGER USED - use npm instead."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user