Skip to content

Commit aca0a22

Browse files
committed
Fixed dependencies
1 parent 4c96d1c commit aca0a22

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodegit",
33
"description": "Node.js libgit2 asynchronous native bindings",
4-
"version": "0.0.71",
4+
"version": "0.0.72",
55
"homepage": "https://github.com/tbranyen/nodegit",
66
"keywords": [
77
"libgit2",
@@ -30,12 +30,12 @@
3030
"node": "~0.8"
3131
},
3232
"dependencies": {
33+
"async": ">= 0.1.21",
34+
"adm-zip": "0.2.x",
35+
"request": "2.9.x",
3336
"node-gyp": "~0.8.2"
3437
},
3538
"devDependencies": {
36-
"adm-zip": "0.2.x",
37-
"request": "2.9.x",
38-
"async": ">= 0.1.21",
3939
"nodeunit": "0.7.x",
4040
"rimraf": "1.0.x"
4141
},

0 commit comments

Comments
 (0)