diff options
| author | Martijn Cuppens <[email protected]> | 2019-05-23 11:56:03 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-23 11:56:03 +0200 |
| commit | 769c8d824600fbf521e3976cc4a3c6152ed4e8ce (patch) | |
| tree | 270b5b5a1590e774f02a0baad9b5e66a1922b64e /package.json | |
| parent | a4a04cd9ec741050390746f8056cc79a9c04c8df (diff) | |
| download | bootstrap-769c8d824600fbf521e3976cc4a3c6152ed4e8ce.tar.xz bootstrap-769c8d824600fbf521e3976cc4a3c6152ed4e8ce.zip | |
Helpers & utilities split (#28445)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 8a8512b13..5d9d072a8 100644 --- a/package.json +++ b/package.json @@ -165,11 +165,11 @@ "bundlesize": [ { "path": "./dist/css/bootstrap-grid.css", - "maxSize": "7 kB" + "maxSize": "8 kB" }, { "path": "./dist/css/bootstrap-grid.min.css", - "maxSize": "6 kB" + "maxSize": "7.2 kB" }, { "path": "./dist/css/bootstrap-reboot.css", |
