Updated revwalk
Showing
{ | ||
"name": "nodegit2", | ||
"description": "NodeJS libgit2 asynchronous native bindings", | ||
"version": "0.1", | ||
"version": "0.0.1", | ||
"homepage": "https://github.com/tbranyen/nodegit2", | ||
"author": "Tim Branyen <tim@tabdeveloper.com> (http://twitter.com/tbranyen)", | ||
"main": "./lib/index.js", | ||
... | ... | @@ -9,6 +9,10 @@ |
"type": "git", | ||
"url": "git://github.com/tbranyen/nodegit2.git" | ||
}, | ||
"directories": { | ||
"build": "./build", | ||
"lib": "./lib" | ||
}, | ||
"modules": { | ||
"index": "./lib/index" | ||
}, | ||
... | ... |
Please register or sign in to comment