Skip to content

Commit

Permalink
Fix bundlewatch
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Jun 10, 2022
1 parent 18b9f37 commit 42693ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .bundlewatch.config.json
Expand Up @@ -18,19 +18,19 @@
},
{
"path": "./dist/css/bootstrap-utilities.css",
"maxSize": "8.0 kB"
"maxSize": "8.25 kB"
},
{
"path": "./dist/css/bootstrap-utilities.min.css",
"maxSize": "7.25 kB"
"maxSize": "7.5 kB"
},
{
"path": "./dist/css/bootstrap.css",
"maxSize": "28.75 kB"
"maxSize": "29 kB"
},
{
"path": "./dist/css/bootstrap.min.css",
"maxSize": "26.5 kB"
"maxSize": "27 kB"
},
{
"path": "./dist/js/bootstrap.bundle.js",
Expand Down

0 comments on commit 42693ba

Please sign in to comment.