Skip to content

Commit 6bcf60b

Browse files
committed
fixes size limit
1 parent a38fdd7 commit 6bcf60b

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
@@ -137,11 +137,11 @@
137137
"size-limit": [
138138
{
139139
"path": "lib/build/index.js",
140-
"limit": "18kb"
140+
"limit": "18.1kb"
141141
},
142142
{
143143
"path": "recipe/session/index.js",
144-
"limit": "19kb"
144+
"limit": "19.1kb"
145145
},
146146
{
147147
"path": "recipe/session/prebuiltui.js",

0 commit comments

Comments
 (0)