mirror of
https://github.com/knex/knex.git
synced 2025-08-14 03:31:01 +00:00
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
'use strict'
|
|
|
|
// Use this shim module rather than "bluebird/js/main/promise"
|
|
// when bundling for client
|
|
module.exports = function() {
|
|
return require('bluebird')
|
|
} |