mirror of
https://github.com/knex/knex.git
synced 2025-09-02 12:57:01 +00:00
4 lines
132 B
JavaScript
4 lines
132 B
JavaScript
// Use this module rather than "bluebird/js/main/promise" when bundling
|
|
module.exports = function() {
|
|
return require('bluebird')
|
|
} |