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

pull/356/head
mksh 9 years ago
parent fdf73a9b4e
commit 9138ed692e
  1. 2
      package.json

@ -30,7 +30,7 @@
"devDependencies": {
"precommit-hook": "3.0.0"
},
"license": "Apache",
"license": "Apache-2.0",
"scripts": {
"lint": "jshint ."
},

Loading…
Cancel
Save