Skip to content

Commit 4d703c7

Browse files
committed
Update the libgit2 SHA to 0.18 proper, fix remote path.
1 parent b40b2d4 commit 4d703c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nodegit",
33
"description": "Node.js libgit2 asynchronous native bindings",
44
"version": "0.1.3",
5-
"libgit2": "e953c1606d0d7aea680c9b19db0b955b34ae63c2",
5+
"libgit2": "a50086d174658914d4d6462afbc83b02825b1f5b",
66
"homepage": "https://github.com/tbranyen/nodegit",
77
"keywords": [
88
"libgit2",
@@ -55,7 +55,7 @@
5555
"module_name": "nodegit",
5656
"module_path": "./build/Release/",
5757
"host": "https://s3.amazonaws.com/nodegit/nodegit/",
58-
"remote_path": "./"
58+
"remote_path": "../"
5959
},
6060
"scripts": {
6161
"lint": "jshint src",

0 commit comments

Comments
 (0)