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>2017-11-16 19:04:15 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-20 23:05:45 +0300
commit7491b14f035753cd4564a6cfe87e943813ae0a17 (patch)
tree775094afd7f771601467cdcfef10f4193e4ac304 /package.json
parent25bba7bd68d1eceb2e8b6f436d5719b4d348a733 (diff)
Bump bundlesize limits
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 8fd9a1d31f..33aff91a83 100644
--- a/package.json
+++ b/package.json
@@ -178,19 +178,19 @@
},
{
"path": "./dist/js/bootstrap.bundle.js",
- "maxSize": "47 kB"
+ "maxSize": "51 kB"
},
{
"path": "./dist/js/bootstrap.bundle.min.js",
- "maxSize": "22 kB"
+ "maxSize": "24 kB"
},
{
"path": "./dist/js/bootstrap.js",
- "maxSize": "25 kB"
+ "maxSize": "29 kB"
},
{
"path": "./dist/js/bootstrap.min.js",
- "maxSize": "15.5 kB"
+ "maxSize": "17.5 kB"
}
],
"jspm": {