Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-03 16:40:16 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-11-05 16:37:34 +0300
commitf989f8fb3ae581e9814095f625b53df4cfa23e8a (patch)
tree99b2f0d4d4adfc3d1064a0b5576384a6d51ff870 /.bundlewatch.config.json
parent13572a6867f8f3275659bfb8874cc0ed6f63967b (diff)
Tighten bundlewatch limits.
Diffstat (limited to '.bundlewatch.config.json')
-rw-r--r--.bundlewatch.config.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json
index 6e3c15a960..dd21b6d2f7 100644
--- a/.bundlewatch.config.json
+++ b/.bundlewatch.config.json
@@ -30,31 +30,31 @@
},
{
"path": "./dist/css/bootstrap.min.css",
- "maxSize": "21.6 kB"
+ "maxSize": "21.5 kB"
},
{
"path": "./dist/js/bootstrap.bundle.js",
- "maxSize": "51 kB"
+ "maxSize": "50 kB"
},
{
"path": "./dist/js/bootstrap.bundle.min.js",
- "maxSize": "22.5 kB"
+ "maxSize": "22 kB"
},
{
"path": "./dist/js/bootstrap.esm.js",
- "maxSize": "28 kB"
+ "maxSize": "27 kB"
},
{
"path": "./dist/js/bootstrap.esm.min.js",
- "maxSize": "19 kB"
+ "maxSize": "18 kB"
},
{
"path": "./dist/js/bootstrap.js",
- "maxSize": "29 kB"
+ "maxSize": "28 kB"
},
{
"path": "./dist/js/bootstrap.min.js",
- "maxSize": "16 kB"
+ "maxSize": "15.5 kB"
}
],
"ci": {