Skip to content

Commit 11959bf

Browse files
committed
update sizelimit warning
1 parent ddcc17a commit 11959bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/kitsu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
"size-limit": [
5555
{
5656
"path": "./lib/index.js",
57-
"limit": "9 kb"
57+
"limit": "10 kb"
5858
},
5959
{
6060
"path": "./lib/index.mjs",
61-
"limit": "9 kb"
61+
"limit": "10 kb"
6262
}
6363
],
6464
"gitHead": "5c9778d191d17d7c9790cfc6d0f4e983b4742a53",

0 commit comments

Comments
 (0)