diff options
| author | Julien Déramond <[email protected]> | 2023-07-25 07:23:44 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-25 08:23:44 +0300 |
| commit | 11b3806675de929a2bb342a19b9c65fc92c473a3 (patch) | |
| tree | bacd82d5930999b1e948b7abaf0dde0f187f9d67 /.bundlewatch.config.json | |
| parent | 57ddb42bafe3cbc4b983fc8acd10b8561218cea0 (diff) | |
| download | bootstrap-11b3806675de929a2bb342a19b9c65fc92c473a3.tar.xz bootstrap-11b3806675de929a2bb342a19b9c65fc92c473a3.zip | |
Fix bundlewatch values (#38954)
Diffstat (limited to '.bundlewatch.config.json')
| -rw-r--r-- | .bundlewatch.config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 4e167c9cc..bb0a5a85a 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -38,7 +38,7 @@ }, { "path": "./dist/js/bootstrap.bundle.min.js", - "maxSize": "23.15 kB" + "maxSize": "23.25 kB" }, { "path": "./dist/js/bootstrap.esm.js", |
