Skip to content

Commit

Permalink
ci: bump bundle size limit to 8kb
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandjitsu committed May 3, 2022
1 parent 239dd29 commit 2556af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -30,11 +30,11 @@
"size-limit": [
{
"path": "dist/index.js",
"limit": "7.5 KB"
"limit": "8 KB"
},
{
"path": "dist/es/index.js",
"limit": "7.5 KB"
"limit": "8 KB"
}
],
"lint-staged": {
Expand Down

0 comments on commit 2556af7

Please sign in to comment.