We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a688ec commit 63be4ceCopy full SHA for 63be4ce
2 files changed
package.json
@@ -32,8 +32,8 @@
32
},
33
"devDependencies": {
34
"async": "~0.1.22",
35
- "bluebird": "^2.6.0",
36
- "nodeunit": "0.9.0"
+ "nodeunit": "0.9.0",
+ "when": "~3.6.4"
37
38
"scripts": {
39
"test": "nodeunit test test8",
testHelpers.js
@@ -9,7 +9,7 @@ java.classpath.push("test8/");
9
10
java.asyncOptions = {
11
suffix: 'Promise',
12
- promisify: require('bluebird').promisify
+ promisify: require('when/node').lift
13
};
14
15
module.exports.java = java;
0 commit comments