diff options
| author | Julien Déramond <[email protected]> | 2022-11-07 15:41:58 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-07 15:41:58 +0100 |
| commit | 3e50a79cc02447f1594e88f4f7da3f01e177d363 (patch) | |
| tree | 37918044820dc24fc235f5984a8c37b3d560974f | |
| parent | fcdfee90b3a181573ad6d7aeb13aa481b11f2ef5 (diff) | |
| download | bootstrap-3e50a79cc02447f1594e88f4f7da3f01e177d363.tar.xz bootstrap-3e50a79cc02447f1594e88f4f7da3f01e177d363.zip | |
Realign Bundlewatch values (#37439)
| -rw-r--r-- | .bundlewatch.config.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index e61a2acd4..0b907cb6b 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -34,7 +34,7 @@ }, { "path": "./dist/js/bootstrap.bundle.js", - "maxSize": "43.25 kB" + "maxSize": "43.0 kB" }, { "path": "./dist/js/bootstrap.bundle.min.js", @@ -46,7 +46,7 @@ }, { "path": "./dist/js/bootstrap.esm.min.js", - "maxSize": "18.5 kB" + "maxSize": "18.25 kB" }, { "path": "./dist/js/bootstrap.js", @@ -54,7 +54,7 @@ }, { "path": "./dist/js/bootstrap.min.js", - "maxSize": "16.25 kB" + "maxSize": "16.0 kB" } ], "ci": { |
