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

Added: noUiSlider v15.0.0 (#437)

This commit is contained in:
nobody
2021-05-03 06:39:08 +02:00
parent 232a70b165
commit 935a945f76
4 changed files with 5 additions and 0 deletions

View File

@@ -399,6 +399,8 @@ targets.setLastVersion = function (type, version) {
return '2.5.0';
} else if (type.startsWith('/lightgallery/1.')) {
return '1.10.0';
} else if (type.startsWith('/noUiSlider/15.')) {
return '15.0.0';
} else if (type.startsWith('/noUiSlider/14.')) {
return '14.7.0';
} else if (type.startsWith('/lodash.js/4.')) {