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

Added: sticky-js v1.3.0 (#540)

This commit is contained in:
nobody
2021-06-25 06:35:38 +02:00
parent 79648c2c59
commit b9dd1068f2
6 changed files with 11 additions and 0 deletions

View File

@@ -559,6 +559,8 @@ targets.setLastVersion = function (type, version) {
return '1.1.4';
} else if (type.startsWith('/stickyfill/2.')) {
return '2.1.0';
} else if (type.startsWith('/sticky-js/')) {
return '1.3.0';
} else if (type.startsWith('/store.js/2.')) {
return '2.0.12';
} else if (type.startsWith('/swfobject/2.')) {
@@ -643,6 +645,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'sticky.min.jsm': 'sticky-js',
'jquery-ajax-unobtrusive.min.jsm': 'jQuery Unobtrusive Ajax',
'vuex.min.jsm': 'vuex',
'alpine.jsm': 'alpinejs',