1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added: bluebird.js v3.7.2 (#342)

This commit is contained in:
nobody
2021-04-02 07:06:36 +02:00
parent 007793402c
commit 0653568bfd
6 changed files with 42 additions and 0 deletions

View File

@@ -168,6 +168,8 @@ targets.setLastVersion = function (type, version) {
return '1.11.1';
} else if (type.startsWith('/blazy/1.')) {
return '1.8.2';
} else if (type.startsWith('/bluebird/3.')) {
return '3.7.2';
} else if (type.startsWith('/bootbox.js/4.')) {
return '4.4.0';
} else if (type.startsWith('/bootbox.js/5.')) {
@@ -566,6 +568,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'bluebird.min.jsm': 'bluebird',
'feather.min.jsm': 'Feather Icons',
'babel.min.jsm': 'Babel standalone',
'anime.min.jsm': 'animejs',