diff options
| author | XhmikosR <[email protected]> | 2019-01-30 17:55:57 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-05 10:24:49 +0200 |
| commit | 1139f62ca26be2057ff15550061adf6ac201b2a8 (patch) | |
| tree | aeb1b68fba6075f3c0377a56d98a6cfb537b4f69 /package.json | |
| parent | 8f6cffde97d9ef0f41f11ed55578d736b9750e89 (diff) | |
| download | bootstrap-1139f62ca26be2057ff15550061adf6ac201b2a8.tar.xz bootstrap-1139f62ca26be2057ff15550061adf6ac201b2a8.zip | |
Adjust bundlesize limits.
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 e0eb83b56..68595485c 100644 --- a/package.json +++ b/package.json @@ -186,11 +186,11 @@ }, { "path": "./dist/js/bootstrap.bundle.min.js", - "maxSize": "21 kB" + "maxSize": "21.25 kB" }, { "path": "./dist/js/bootstrap.js", - "maxSize": "22.5 kB" + "maxSize": "23 kB" }, { "path": "./dist/js/bootstrap.min.js", |
