File tree Expand file tree Collapse file tree 5 files changed +18
-14
lines changed
Expand file tree Collapse file tree 5 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 44[submodule "vendor/rimraf "]
55 path = vendor/rimraf
66 url = git://github.com/isaacs/rimraf.git
7+ [submodule "vendor/libgit2 "]
8+ path = vendor/libgit2
9+ url = git://github.com/libgit2/libgit2.git
Original file line number Diff line number Diff line change 11{
2- " name" : " libgit2 " ,
3- " description" : " libgit2 bindings" ,
4- " version" : " 0.0.1" ,
5- " homepage" : " https://github.com/tjfontaine/node-libgit2 " ,
6- " author" : " Timothy J Fontaine <tjfontaine@gmail .com>" ,
7- " repository" : {
8- " type" : " git" ,
9- " url" : " git://github.com/tjfontaine/node-libgit2 "
2+ ' name': 'nodegit2' ,
3+ ' description': 'NodeJS libgit2 asynchronous native bindings' ,
4+ ' version': ' 0.0.1' ,
5+ ' homepage': ' https://github.com/tbranyen/nodegit2' ,
6+ ' author': 'Tim Branyen <tim@tabdeveloper .com>' ,
7+ ' repository' : {
8+ ' type': ' git' ,
9+ ' url': ' git://github.com/tbranyen/nodegit2'
1010 },
11- " main" : " ./lib/index.js" ,
12- " directories" : {
13- " lib" : " lib" ,
11+ ' main': ' ./lib/index.js' ,
12+ ' directories' : {
13+ ' lib': ' lib' ,
1414 },
15- " engines" : {
16- " node" : " * "
15+ ' engines' : {
16+ ' node': '*'
1717 },
1818 dependencies: {
19- " node-ffi" : " * "
19+ // ' node-ffi': '*'
2020 }
2121}
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments