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

Added: babel-standalone v6.26.0 (#332)

This commit is contained in:
nobody
2021-04-01 07:02:57 +02:00
parent b6e188f0cc
commit d916f32ebf
6 changed files with 36 additions and 0 deletions

View File

@@ -158,6 +158,8 @@ targets.setLastVersion = function (type, version) {
return '0.21.1';
} else if (type.startsWith('/babel-polyfill/')) {
return '7.12.1';
} else if (type.startsWith('/babel-standalone/')) {
return '6.26.0';
} else if (type.startsWith('/backbone.js/0.')) {
return '0.9.10';
} else if (type.startsWith('/backbone.js/1.')) {
@@ -562,6 +564,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'babel.min.jsm': 'Babel standalone',
'anime.min.jsm': 'animejs',
'lightcase.min.jsm': 'lightcase (JS)',
'lightcase.min.css': 'lightcase (CSS)',