diff options
| author | Johann-S <[email protected]> | 2018-05-01 14:09:24 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2018-06-01 10:30:11 +0200 |
| commit | 96cbb58cb37d831bc6321a0ebb6ac6b93db7d2e8 (patch) | |
| tree | a534d3189dfda249c0d091f1e270fbc58b3134dd | |
| parent | b1eb3fccfa722afc4f7ca0d00eb848353ce8aed8 (diff) | |
| download | bootstrap-96cbb58cb37d831bc6321a0ebb6ac6b93db7d2e8.tar.xz bootstrap-96cbb58cb37d831bc6321a0ebb6ac6b93db7d2e8.zip | |
chore(bundlesize): increase bootstrap.js max size
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 352ef9b6b..6a8e962ba 100644 --- a/package.json +++ b/package.json @@ -188,7 +188,7 @@ }, { "path": "./dist/js/bootstrap.js", - "maxSize": "20 kB" + "maxSize": "21 kB" }, { "path": "./dist/js/bootstrap.min.js", |
