mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
rangeslider.js v2.3.3 (#1166)
This commit is contained in:
@@ -375,6 +375,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/pure/0.')) return '0.6.2';
|
||||
if (type.startsWith('/pure/1.')) return '1.0.1';
|
||||
if (type.startsWith('/pure/2.')) return '2.1.0';
|
||||
if (type.startsWith('/rangeslider.js/2.')) return '2.3.3';
|
||||
if (type.startsWith('/raven.js/3.')) return '3.27.2';
|
||||
if (type.startsWith('/react/16.')) return '16.14.0';
|
||||
if (type.startsWith('/react/17.')) return '17.0.2';
|
||||
@@ -484,6 +485,8 @@ targets.determineResourceName = function (filename) {
|
||||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'rangeslider.min.css': 'rangeslider.js (CSS)',
|
||||
'rangeslider.min.jsm': 'rangeslider.js (JS)',
|
||||
'in-view.min.jsm': 'in-view',
|
||||
'jquery.minicolors.min.jsm': 'jquery-minicolors (JS)',
|
||||
'jquery.minicolors.min.css': 'jquery-minicolors (CSS)',
|
||||
|
Reference in New Issue
Block a user