Committed by
Gerrit Code Review
Use SPDX license identifier
- Should fix following warnings npm WARN package.json Onos-GUI-tests@1.0.0 license should be a valid SPDX license expression npm WARN Onos-GUI-tests@1.0.0 No repository field. SPDX license identifiers: http://spdx.org/licenses/ Change-Id: Idb94d7f70135687486d45c3629ff29fc0b4ed549
Showing
1 changed file
with
5 additions
and
1 deletions
| ... | @@ -8,7 +8,11 @@ | ... | @@ -8,7 +8,11 @@ |
| 8 | "test": "karma start karma.ci.js" | 8 | "test": "karma start karma.ci.js" |
| 9 | }, | 9 | }, |
| 10 | "author": "ON.Lab", | 10 | "author": "ON.Lab", |
| 11 | - "license": "Apache 2.0", | 11 | + "license": "Apache-2.0", |
| 12 | + "repository": { | ||
| 13 | + "type": "git", | ||
| 14 | + "url": "opennetworkinglab/onos" | ||
| 15 | + }, | ||
| 12 | "devDependencies": { | 16 | "devDependencies": { |
| 13 | "jasmine-core": "^2.4.1", | 17 | "jasmine-core": "^2.4.1", |
| 14 | "karma": "^0.13.22", | 18 | "karma": "^0.13.22", | ... | ... |
-
Please register or login to post a comment