Skip to content

Commit 22fbbd7

Browse files
committed
Merge pull request #4 from tbranyen/migrate-to-nodegit-promise
Using nodegit-promise now instead of promise
2 parents 44e2d34 + 5971078 commit 22fbbd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const Promise = require("promise");
1+
const Promise = require("nodegit-promise");
22
const args = require("./utils/args");
33

44
// Unfortunately this list is not exhaustive, so if you find that a method does

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Wrap Node-callback functions to return Promises.",
55
"main": "index.js",
66
"dependencies": {
7-
"promise": "~4.0.0"
7+
"nodegit-promise": "~1.0.0"
88
},
99
"devDependencies": {
1010
"mocha": "~1.18.2",

0 commit comments

Comments
 (0)