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

debug bowser addition

This commit is contained in:
Calum McConnell
2021-04-27 23:01:46 -04:00
parent f72a3e2c30
commit 2f7d67184e
4 changed files with 18 additions and 14 deletions

View File

@@ -205,9 +205,8 @@ targets.setLastVersion = function (type, version) {
return '2.21.2';
} else if (type.startsWith('/bootstrap-3-typeahead/4.')) {
return '4.0.2';
} else if (type.startsWith('/bowser/2.')) {
} else if (type.startsWith('/bowser/')) {
return '2.11.0'
}
} else if (type.startsWith('/bulma/0.')) {
return '0.9.2';
} else if (type.startsWith('/Chart.js/2.')) {