Skip to content

Commit

Permalink
Reduce size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jan 18, 2024
1 parent c0f42af commit a1c166a
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 @@ -59,7 +59,7 @@
"size-limit": [
{
"path": "dist/index.js",
"limit": "1.6 kB"
"limit": "1.5 kB"
}
],
"ts-scripts": {
Expand Down

0 comments on commit a1c166a

Please sign in to comment.