1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add node and npm engine requirements

This commit is contained in:
Bill Thornton 2022-09-30 01:06:48 -04:00
parent 5c10f432de
commit bbe50cee9e
2 changed files with 4 additions and 0 deletions

2
package-lock.json generated
View file

@ -112,6 +112,8 @@
"worker-loader": "3.0.8"
},
"engines": {
"node": ">=16.13.1",
"npm": ">=8.1.2",
"yarn": "YARN NO LONGER USED - use npm instead."
}
},

View file

@ -135,6 +135,8 @@
"stylelint:scss": "stylelint --config=\".stylelintrc.scss.json\" \"src/**/*.scss\""
},
"engines": {
"node": ">=16.13.1",
"npm": ">=8.1.2",
"yarn": "YARN NO LONGER USED - use npm instead."
}
}