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

Removed unnecessary files (#285)

This commit is contained in:
nobody
2021-02-28 08:12:04 +01:00
parent 7feccbe963
commit cd80083fb1
15 changed files with 6 additions and 779 deletions

View File

@@ -361,8 +361,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/moment.js/2.')) {
return '2.29.1';
} else if (type.startsWith('/mootools/1.')) {
if (helpers.compareVersion('1.4.5', version)) return '1.4.5'; // <= v1.4.5
else return '1.6.0'; // > 1.4.5
return '1.6.0';
} else if (type.startsWith('/object-assign@4.')) {
return '4.1.1';
} else if (type.startsWith('/oclazyload/1.')) {