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

Updated: babel-standalone v7.14.6 (#521)

This commit is contained in:
nobody
2021-06-15 05:49:20 +02:00
parent 02a54b9000
commit 07ffc58d7f
5 changed files with 20 additions and 1 deletions

View File

@ -169,8 +169,10 @@ 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/')) {
} else if (type.startsWith('/babel-standalone/6.')) {
return '6.26.0';
} else if (type.startsWith('/babel-standalone/7.')) {
return '7.14.6';
} else if (type.startsWith('/backbone.js/0.')) {
return '0.9.10';
} else if (type.startsWith('/backbone.js/1.')) {