aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/.bundlewatch.config.json
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2020-08-22 19:40:57 +0200
committerMario Vavti <mario@mariovavti.com>2020-08-22 19:40:57 +0200
commita9e19cb89ed08689dc58c92b3d5491318a703f0e (patch)
tree468e236e5cb4927a4fd01f650fab7ad9f6cfc895 /vendor/twbs/bootstrap/.bundlewatch.config.json
parent48786119871aaf1029fac12a37d212afddafc757 (diff)
downloadvolse-hubzilla-a9e19cb89ed08689dc58c92b3d5491318a703f0e.tar.gz
volse-hubzilla-a9e19cb89ed08689dc58c92b3d5491318a703f0e.tar.bz2
volse-hubzilla-a9e19cb89ed08689dc58c92b3d5491318a703f0e.zip
composer update bootstrap
Diffstat (limited to 'vendor/twbs/bootstrap/.bundlewatch.config.json')
-rw-r--r--vendor/twbs/bootstrap/.bundlewatch.config.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/twbs/bootstrap/.bundlewatch.config.json b/vendor/twbs/bootstrap/.bundlewatch.config.json
index 049cf6d7d..e12dda918 100644
--- a/vendor/twbs/bootstrap/.bundlewatch.config.json
+++ b/vendor/twbs/bootstrap/.bundlewatch.config.json
@@ -18,11 +18,11 @@
},
{
"path": "./dist/css/bootstrap.css",
- "maxSize": "25.25 kB"
+ "maxSize": "25.5 kB"
},
{
"path": "./dist/css/bootstrap.min.css",
- "maxSize": "23.25 kB"
+ "maxSize": "23.5 kB"
},
{
"path": "./dist/js/bootstrap.bundle.js",
@@ -43,7 +43,7 @@
],
"ci": {
"trackBranches": [
- "master",
+ "main",
"v4-dev"
]
}