Skip to content

Commit

Permalink
chore: increase size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Mar 4, 2025
1 parent 4a1e6c9 commit 9891604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"size-limit": [
{
"path": "src/index.ts",
"limit": "1KB"
"limit": "1.5KB"
}
]
}

0 comments on commit 9891604

Please sign in to comment.