Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit fde3ee9

Browse files
Merge pull request #4 from sitegui/packageURLs
Fix GitHub URLs in package.json
2 parents 1242ea8 + db52730 commit fde3ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"homepage": "https://sendgrid.com",
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/sendgrid/node-rest-client.git"
12+
"url": "git://github.com/sendgrid/nodejs-http-client.git"
1313
},
1414
"bugs": {
15-
"url": "https://github.com/sendgrid/node-rest-client/issues"
15+
"url": "https://github.com/sendgrid/nodejs-http-client/issues"
1616
},
1717
"main": "./lib/client",
1818
"engines": {

0 commit comments

Comments
 (0)