Skip to content

Commit 263cd9a

Browse files
committed
chore: increase size limit
1 parent a4bfc74 commit 263cd9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@
6969
"size-limit": [
7070
{
7171
"path": "lib/build/index.js",
72-
"limit": "29kb"
72+
"limit": "30kb"
7373
},
7474
{
7575
"path": "recipe/emailverification/index.js",
76-
"limit": "29kb"
76+
"limit": "30kb"
7777
},
7878
{
7979
"path": "recipe/emailpassword/index.js",
80-
"limit": "29kb"
80+
"limit": "30kb"
8181
},
8282
{
8383
"path": "recipe/thirdparty/index.js",

0 commit comments

Comments
 (0)