Browse Source

Merge pull request #356 from mksh/master

Use valid SPDX license identifier for Jitsi-Meet NPM package description
master
George Politis 9 years ago
parent
commit
e46efdb666
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

30
   "devDependencies": {
30
   "devDependencies": {
31
       "precommit-hook": "3.0.0"
31
       "precommit-hook": "3.0.0"
32
   },
32
   },
33
-  "license": "Apache",
33
+  "license": "Apache-2.0",
34
   "scripts": {
34
   "scripts": {
35
     "lint": "jshint ."
35
     "lint": "jshint ."
36
   },
36
   },

Loading…
Cancel
Save