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

Fix invalid license

This commit is contained in:
Bill Thornton 2019-05-21 00:50:53 -04:00
parent 43dacfae90
commit 036ce21849

View file

@ -3,7 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"description": "Web interface for Jellyfin", "description": "Web interface for Jellyfin",
"repository": "https://github.com/jellyfin/jellyfin-web", "repository": "https://github.com/jellyfin/jellyfin-web",
"license": "GPL-2", "license": "GPL-2.0-or-later",
"devDependencies": { "devDependencies": {
"connect": "^3.6.6", "connect": "^3.6.6",
"css-loader": "^2.1.0", "css-loader": "^2.1.0",