Skip to content

Commit

Permalink
chore: update size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Jun 28, 2024
1 parent 5209a35 commit 2578e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .size-limit.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[
{
"name": "The size of the provider",
"limit": "3.9 KB",
"limit": "3.8 KB",
"path": "dist/index.js",
"import": "{Provider}"
},
{
"name": "The size of the consumer",
"limit": "3.9 KB",
"limit": "3.8 KB",
"path": "dist/index.js",
"import": "{Consumer}"
}
Expand Down

0 comments on commit 2578e80

Please sign in to comment.