Skip to content

Commit

Permalink
chore(bundelewatch): tighten limits since it's using Gzipped size 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Mar 3, 2022
1 parent f1d98b0 commit c40791b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,19 @@
"files": [
{
"path": "./css/a11y-en_error.css",
"maxSize": "72 kB"
"maxSize": "7.5 kB"
},
{
"path": "./css/a11y-en_warning.css",
"maxSize": "110 kB"
"maxSize": "13.5 kB"
},
{
"path": "./css/a11y-en_obsolete.css",
"maxSize": "125 kB"
"maxSize": "17.5 kB"
},
{
"path": "./css/a11y-en.css",
"maxSize": "145 kB"
"maxSize": "21.5 kB"
}
]
}
Expand Down

0 comments on commit c40791b

Please sign in to comment.