Skip to content

Commit

Permalink
Merge pull request #4 from tbranyen/migrate-to-nodegit-promise
Browse files Browse the repository at this point in the history
Using nodegit-promise now instead of promise
  • Loading branch information
johnhaley81 committed Nov 11, 2014
2 parents 44e2d34 + 5971078 commit 22fbbd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Promise = require("promise");
const Promise = require("nodegit-promise");
const args = require("./utils/args");

// Unfortunately this list is not exhaustive, so if you find that a method does
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Wrap Node-callback functions to return Promises.",
"main": "index.js",
"dependencies": {
"promise": "~4.0.0"
"nodegit-promise": "~1.0.0"
},
"devDependencies": {
"mocha": "~1.18.2",
Expand Down

0 comments on commit 22fbbd7

Please sign in to comment.