Skip to content

Commit

Permalink
bump size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklloyd committed Feb 16, 2024
1 parent d4e5428 commit df74b4e
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 @@ -71,11 +71,11 @@
"size-limit": [
{
"path": "dist/react-vault.cjs.production.min.js",
"limit": "200 KB"
"limit": "300 KB"
},
{
"path": "dist/react-vault.esm.js",
"limit": "200 KB"
"limit": "300 KB"
}
],
"resolutions": {
Expand Down

0 comments on commit df74b4e

Please sign in to comment.