Skip to content

Commit f311d94

Browse files
committed
Fix for warnings during npm install
- Updated License to match SPDX format - Added repository
1 parent c48eb2f commit f311d94

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
"description": "measure internet bandwidth",
55
"main": "index.js",
66
"author": "Maulan Byron",
7-
"license": "Apache License Version 2.0",
7+
"license": "Apache-2.0",
8+
"repository": {
9+
"type": "git",
10+
"url": "git://github.com/Comcast/Speed-testJS.git"
11+
},
812
"dependencies": {
913
"aws-sdk": "^2.6.12",
1014
"body-parser": "^1.15.2",

0 commit comments

Comments
 (0)