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

Added: Lodash v3.10.1 (#107)

This commit is contained in:
nobody
2020-09-16 06:34:02 +02:00
parent 8482210036
commit b986e85ff4
3 changed files with 101 additions and 0 deletions

View File

@@ -459,6 +459,8 @@ helpers.setLastVersion = function (type, version) {
return '1.7.53';
} else if (type.includes('/lodash.js/4.')) {
return '4.17.10';
} else if (type.includes('/lodash.js/3.')) {
return '3.10.1';
} else if (type.includes('lozad')) {
return '1.14.0';
} else if (type.includes('/mdbootstrap/4.')) {