Skip to content

Commit

Permalink
fixes size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Apr 15, 2024
1 parent a38fdd7 commit 6bcf60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@
"size-limit": [
{
"path": "lib/build/index.js",
"limit": "18kb"
"limit": "18.1kb"
},
{
"path": "recipe/session/index.js",
"limit": "19kb"
"limit": "19.1kb"
},
{
"path": "recipe/session/prebuiltui.js",
Expand Down

0 comments on commit 6bcf60b

Please sign in to comment.