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

Updated: Moment.js v2.24.0 -> v2.29.1 (#143)

This commit is contained in:
nobody
2020-10-19 16:53:39 +02:00
parent 091e171fe7
commit 180bdd9007
5 changed files with 5 additions and 3 deletions

View File

@@ -485,7 +485,7 @@ helpers.setLastVersion = function (type, version) {
} else if (type.includes('/modernizr/2.')) {
return '2.8.3';
} else if (type.includes('/moment.js/2.')) {
return '2.24.0';
return '2.29.1';
} else if (type.includes('/mootools/1.')) {
if (helpers.compareVersion('1.4.5', version)) return '1.4.5'; // <= v1.4.5
else return '1.6.0'; // > 1.4.5