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:
authorJohann-S <johann.servoire@gmail.com>2019-02-11 17:59:39 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-13 09:32:15 +0300
commit7bc4d2e0bc65151b6f60dccad50c9c8f50252bd6 (patch)
tree178feb0626afeb5861d6c873f72efefc16e076ac /package.json
parentbf2515ae68f1d89e8b795478aec90f8db61159e5 (diff)
Add sanitize template option for tooltip/popover plugins.
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 bfbfad17bc..778b0777fe 100644
--- a/package.json
+++ b/package.json
@@ -182,19 +182,19 @@
},
{
"path": "./dist/js/bootstrap.bundle.js",
- "maxSize": "45 kB"
+ "maxSize": "47 kB"
},
{
"path": "./dist/js/bootstrap.bundle.min.js",
- "maxSize": "21.25 kB"
+ "maxSize": "22 kB"
},
{
"path": "./dist/js/bootstrap.js",
- "maxSize": "23 kB"
+ "maxSize": "25 kB"
},
{
"path": "./dist/js/bootstrap.min.js",
- "maxSize": "14.5 kB"
+ "maxSize": "15.5 kB"
}
],
"jspm": {