diff options
| author | XhmikosR <[email protected]> | 2017-11-16 18:04:15 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-20 22:05:45 +0200 |
| commit | 7491b14f035753cd4564a6cfe87e943813ae0a17 (patch) | |
| tree | 775094afd7f771601467cdcfef10f4193e4ac304 /package.json | |
| parent | 25bba7bd68d1eceb2e8b6f436d5719b4d348a733 (diff) | |
| download | bootstrap-7491b14f035753cd4564a6cfe87e943813ae0a17.tar.xz bootstrap-7491b14f035753cd4564a6cfe87e943813ae0a17.zip | |
Bump bundlesize limits
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 8fd9a1d31..33aff91a8 100644 --- a/package.json +++ b/package.json @@ -178,19 +178,19 @@ }, { "path": "./dist/js/bootstrap.bundle.js", - "maxSize": "47 kB" + "maxSize": "51 kB" }, { "path": "./dist/js/bootstrap.bundle.min.js", - "maxSize": "22 kB" + "maxSize": "24 kB" }, { "path": "./dist/js/bootstrap.js", - "maxSize": "25 kB" + "maxSize": "29 kB" }, { "path": "./dist/js/bootstrap.min.js", - "maxSize": "15.5 kB" + "maxSize": "17.5 kB" } ], "jspm": { |
