Skip to content

Commit

Permalink
fix(package): increase size limit for index.ts to 2.6 kb
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Zayne committed Nov 10, 2024
1 parent 6ba6ca3 commit 187b1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/callapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"size-limit": [
{
"path": "./src/index.ts",
"limit": "2.5 kb"
"limit": "2.6 kb"
},
{
"path": "./src/utils/index.ts",
Expand Down

0 comments on commit 187b1d6

Please sign in to comment.