Skip to content

Commit

Permalink
use any-promise
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Feb 28, 2016
1 parent acc4160 commit fdfc1b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
@@ -1,5 +1,5 @@

var Promise = require('native-or-bluebird')
var Promise = require('any-promise')

module.exports = Batch

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": "thenables/batch-then",
"dependencies": {
"native-or-bluebird": "^1.1.2"
"any-promise": "^1.1.0"
},
"devDependencies": {
"bluebird": "^3.1.1",
Expand Down
4 changes: 2 additions & 2 deletions test/test.js
@@ -1,5 +1,5 @@

var Promise = require('native-or-bluebird')
var Promise = require('any-promise')
var assert = require('assert')

var Batch = require('..')
Expand Down Expand Up @@ -77,6 +77,6 @@ it('should support .catch', function () {
}

return batch.catch(function () {

})
})

0 comments on commit fdfc1b3

Please sign in to comment.