Just formatting

This commit is contained in:
nobody 2021-04-29 06:29:12 +02:00
parent 25200ef33c
commit 4bb9c058d3
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 18 additions and 19 deletions

View File

@ -136,8 +136,7 @@ requestAnalyzer._findLocalTarget = function (resourceMappings, basePath, channel
resourcePattern = resourcePath.replace(versionNumber, Resource.VERSION_PLACEHOLDER);
versionNumber = [`${versionNumber}.0`];
}
}
else {
} else {
resourcePattern = resourcePath.replace(versionNumber, Resource.VERSION_PLACEHOLDER);
}

View File

@ -206,8 +206,8 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/bootstrap-3-typeahead/4.')) {
return '4.0.2';
} else if (type.startsWith('/bowser/')) {
if (version != 'latest' && helpers.compareVersion('1.9.4', version)) return '1.9.4';
return '2.11.0'
if (version !== 'latest' && helpers.compareVersion('1.9.4', version)) return '1.9.4';
return '2.11.0';
} else if (type.startsWith('/bulma/0.')) {
return '0.9.2';
} else if (type.startsWith('/Chart.js/2.')) {