knex/lib/util/bluebird.js

7 lines
169 B
JavaScript
Raw Normal View History

2015-05-09 13:58:18 -04:00
'use strict';
2015-05-09 13:58:18 -04:00
// Use this shim module rather than "bluebird/js/main/promise"
// when bundling for client
2015-05-09 13:58:18 -04:00
module.exports = function () {
return require('bluebird');
};