mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Added: autocomplete-js v1.0.0 (#449)
This commit is contained in:
@@ -149,8 +149,10 @@ targets.setLastVersion = function (type, version) {
|
||||
return '4.1.1';
|
||||
} else if (type.startsWith('/animejs/3.')) {
|
||||
return '3.2.1';
|
||||
} else if (type.startsWith('/autocomplete.js/')) {
|
||||
} else if (type.startsWith('/autocomplete.js/0.')) {
|
||||
return '0.38.0';
|
||||
} else if (type.startsWith('/autocomplete.js/1.')) {
|
||||
return '1.0.0';
|
||||
} else if (type.startsWith('/angular-material/1.') || type.startsWith('/angular-material/0.')) {
|
||||
return '1.2.2';
|
||||
} else if (type.startsWith('/angular-translate/2.')) {
|
||||
|
Reference in New Issue
Block a user