Skip to content

Commit

Permalink
chore: fix size-limit config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedriad1 committed Jan 7, 2025
1 parent 94140b5 commit 818682c
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 @@ -62,11 +62,11 @@
},
"size-limit": [
{
"path": "dist/index.js",
"path": "dist/index.min.js",
"limit": "15 KB"
},
{
"path": "dist/index.mjs",
"path": "dist/index.min.mjs",
"limit": "15 KB"
}
],
Expand Down

0 comments on commit 818682c

Please sign in to comment.