Skip to content

Commit 3b33e4d

Browse files
authored
Merge pull request #117 from Comcast/npm-warn
Fix for warnings during npm install
2 parents c48eb2f + f311d94 commit 3b33e4d

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)