Skip to content

Commit

Permalink
Fix size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 15, 2022
1 parent 56a7ba1 commit a5213e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"size-limit": [
{
"path": "index.js",
"limit": "15 KB"
"limit": "16 KB"
}
],
"eslintConfig": {
Expand Down

0 comments on commit a5213e6

Please sign in to comment.