mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
angular-route v1.2.32 (#688)
This commit is contained in:
@@ -126,6 +126,7 @@ targets.setLastVersion = function (type, version) {
|
||||
} else if (type.startsWith('/angular-resource/1.')) {
|
||||
return '1.8.2';
|
||||
} else if (type.startsWith('/angular-route/1.')) {
|
||||
if (helpers.compareVersion('1.2.32', version)) return '1.2.32'; // <= v1.2.32
|
||||
return '1.8.2';
|
||||
} else if (type.startsWith('/angular-sanitize/1.')) {
|
||||
if (helpers.compareVersion('1.6.10', version)) return '1.6.10';
|
||||
|
Reference in New Issue
Block a user