Skip to content

Commit 2556af7

Browse files
committed
ci: bump bundle size limit to 8kb
1 parent 239dd29 commit 2556af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"size-limit": [
3131
{
3232
"path": "dist/index.js",
33-
"limit": "7.5 KB"
33+
"limit": "8 KB"
3434
},
3535
{
3636
"path": "dist/es/index.js",
37-
"limit": "7.5 KB"
37+
"limit": "8 KB"
3838
}
3939
],
4040
"lint-staged": {

0 commit comments

Comments
 (0)