mirror of
https://github.com/S2-/gitlit
synced 2025-08-02 20:30:05 +02:00
packager
This commit is contained in:
11
app/node_modules/bluebird/js/release/bluebird.js
generated
vendored
Normal file
11
app/node_modules/bluebird/js/release/bluebird.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
var old;
|
||||
if (typeof Promise !== "undefined") old = Promise;
|
||||
function noConflict() {
|
||||
try { if (Promise === bluebird) Promise = old; }
|
||||
catch (e) {}
|
||||
return bluebird;
|
||||
}
|
||||
var bluebird = require("./promise")();
|
||||
bluebird.noConflict = noConflict;
|
||||
module.exports = bluebird;
|
Reference in New Issue
Block a user