Skip to content

Commit a5213e6

Browse files
committed
Fix size limit
1 parent 56a7ba1 commit a5213e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"size-limit": [
7474
{
7575
"path": "index.js",
76-
"limit": "15 KB"
76+
"limit": "16 KB"
7777
}
7878
],
7979
"eslintConfig": {

0 commit comments

Comments
 (0)