We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44e2d34 + 5971078 commit 22fbbd7Copy full SHA for 22fbbd7
index.js
@@ -1,4 +1,4 @@
1
-const Promise = require("promise");
+const Promise = require("nodegit-promise");
2
const args = require("./utils/args");
3
4
// Unfortunately this list is not exhaustive, so if you find that a method does
package.json
@@ -4,7 +4,7 @@
"description": "Wrap Node-callback functions to return Promises.",
5
"main": "index.js",
6
"dependencies": {
7
- "promise": "~4.0.0"
+ "nodegit-promise": "~1.0.0"
8
},
9
"devDependencies": {
10
"mocha": "~1.18.2",
0 commit comments