mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-01-15 08:23:36 -03:00
Add node and npm engine requirements
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -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."
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user