We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c96d1c commit aca0a22Copy full SHA for aca0a22
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nodegit",
3
"description": "Node.js libgit2 asynchronous native bindings",
4
- "version": "0.0.71",
+ "version": "0.0.72",
5
"homepage": "https://github.com/tbranyen/nodegit",
6
"keywords": [
7
"libgit2",
@@ -30,12 +30,12 @@
30
"node": "~0.8"
31
},
32
"dependencies": {
33
+ "async": ">= 0.1.21",
34
+ "adm-zip": "0.2.x",
35
+ "request": "2.9.x",
36
"node-gyp": "~0.8.2"
37
38
"devDependencies": {
- "adm-zip": "0.2.x",
- "request": "2.9.x",
- "async": ">= 0.1.21",
39
"nodeunit": "0.7.x",
40
"rimraf": "1.0.x"
41
0 commit comments