Use valid SPDX license identifier for Jitsi-Meet to avoid warnings during installing npm dependencies
This commit is contained in:
parent
fdf73a9b4e
commit
9138ed692e
|
@ -30,7 +30,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"precommit-hook": "3.0.0"
|
"precommit-hook": "3.0.0"
|
||||||
},
|
},
|
||||||
"license": "Apache",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "jshint ."
|
"lint": "jshint ."
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue