Skip to content

Commit 4c81788

Browse files
committed
chore: decrease size limit
1 parent 6791796 commit 4c81788

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
@@ -35,11 +35,11 @@
3535
"size-limit": [
3636
{
3737
"path": "dist/react-use-wizard.cjs.production.min.js",
38-
"limit": "10 KB"
38+
"limit": "3 KB"
3939
},
4040
{
4141
"path": "dist/react-use-wizard.esm.js",
42-
"limit": "10 KB"
42+
"limit": "3 KB"
4343
}
4444
],
4545
"devDependencies": {

0 commit comments

Comments
 (0)