Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-01-30 18:55:57 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-05 11:24:49 +0300
commit1139f62ca26be2057ff15550061adf6ac201b2a8 (patch)
treeaeb1b68fba6075f3c0377a56d98a6cfb537b4f69 /package.json
parent8f6cffde97d9ef0f41f11ed55578d736b9750e89 (diff)
Adjust bundlesize limits.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index e0eb83b566..68595485c1 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",