Skip to content

Commit 841740b

Browse files
author
John Haley
committed
Need to use our fork of libgit2 for the time being
When including `git2/sys/stream.h` we'll get a compile time error. Our fork of this fixes it for right now and we'll switch back over to libgit2 proper after the PR is merged back into the maint/0.22 branch
1 parent fcde576 commit 841740b

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
@@ -3,8 +3,8 @@
33
"description": "Node.js libgit2 asynchronous native bindings",
44
"version": "0.2.7",
55
"libgit2": {
6-
"url": "https://github.com/libgit2/libgit2/tarball/1ce9ea3ba9b4fa666602d52a5281d41a482cc58b",
7-
"sha": "1ce9ea3ba9b4fa666602d52a5281d41a482cc58b",
6+
"url": "https://github.com/nodegit/libgit2/tarball/4b3a1899ff37dddba0a095487505fed9ede101b1",
7+
"sha": "4b3a1899ff37dddba0a095487505fed9ede101b1",
88
"version": "0.22.1"
99
},
1010
"libssh2": {

0 commit comments

Comments
 (0)