knex/lib/util/bluebird.js

4 lines
132 B
JavaScript
Raw Normal View History

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