Skip to content

Commit

Permalink
add to limit for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Jun 13, 2023
1 parent cfbb685 commit f4f128e
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 @@ -58,11 +58,11 @@
"size-limit": [
{
"path": "dist/components.cjs.production.min.js",
"limit": "300 KB"
"limit": "500 KB"
},
{
"path": "dist/components.esm.js",
"limit": "300 KB"
"limit": "500 KB"
}
],
"devDependencies": {
Expand Down

0 comments on commit f4f128e

Please sign in to comment.