diff options
| author | XhmikosR <[email protected]> | 2018-08-13 00:39:45 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-08-13 10:10:52 +0300 |
| commit | 107a8da550ba24becf81283bed58c18438cd97ae (patch) | |
| tree | 8c6daa722ea8e06ec406037b38e1ce7bed94c17c | |
| parent | bf7d4aef81637e78f73cf55ef09d71b2fcdcff96 (diff) | |
| download | bootstrap-107a8da550ba24becf81283bed58c18438cd97ae.tar.xz bootstrap-107a8da550ba24becf81283bed58c18438cd97ae.zip | |
Update bundlesize limits.
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index dc95ea663..45568288a 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "bundlesize": [ { "path": "./dist/css/bootstrap-grid.css", - "maxSize": "6 kB" + "maxSize": "7 kB" }, { "path": "./dist/css/bootstrap-grid.min.css", @@ -174,7 +174,7 @@ }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "21 kB" + "maxSize": "22 kB" }, { "path": "./dist/js/bootstrap.bundle.js", |
