knex/lib/util/bluebird.js
2015-04-24 12:19:33 -04:00

4 lines
132 B
JavaScript

// Use this module rather than "bluebird/js/main/promise" when bundling
module.exports = function() {
return require('bluebird')
}