mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-29 03:26:25 -04:00
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
var Promise = require('bluebird')
|
|
Promise.config({ warnings: false })
|
|
module.exports = Promise
|