Skip to content

Commit 9728490

Browse files
committed
fix url in package.json for binary download
1 parent 018d073 commit 9728490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"binary": {
7676
"module_name": "nodegit",
7777
"module_path": "./build/Release/",
78-
"host": "https://s3.amazonaws.com/nodegit/nodegit/"
78+
"host": "https://nodegit.s3.amazonaws.com/nodegit/nodegit/"
7979
},
8080
"scripts": {
8181
"lint": "jshint lib test/tests examples",

0 commit comments

Comments
 (0)