Use valid SPDX license identifier for Jitsi-Meet to avoid warnings during installing npm dependencies

This commit is contained in:
mksh 2015-09-14 18:08:24 +03:00
parent fdf73a9b4e
commit 9138ed692e
1 changed files with 1 additions and 1 deletions

View File

@ -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 ."
}, },