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

Merge pull request #4817 from thornbill/fix-npm-version

This commit is contained in:
Bond-009 2023-09-30 14:58:25 +02:00 committed by GitHub
commit 4cbff9dbd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -126,7 +126,7 @@
},
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0",
"npm": ">=9.6.4",
"yarn": "YARN NO LONGER USED - use npm instead."
}
},

View file

@ -151,7 +151,7 @@
},
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0",
"npm": ">=9.6.4",
"yarn": "YARN NO LONGER USED - use npm instead."
}
}