Skip to content

Commit

Permalink
Merge pull request #124 from avet-m/bug_fix/size_limit
Browse files Browse the repository at this point in the history
Bug fix/size limit
  • Loading branch information
ruslanchek authored Jul 19, 2023
2 parents 0612050 + d5ed8b7 commit 0bf3abd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"size-limit": [
{
"path": "lib/index.cjs",
"limit": "1.4kb"
"limit": "2.5kB"
}
],
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"size-limit": [
{
"path": "lib/index.cjs",
"limit": "800B"
"limit": "2.5kB"
}
],
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"size-limit": [
{
"path": "lib/index.cjs",
"limit": "700B"
"limit": "2.5kB"
}
],
"dependencies": {
Expand Down

0 comments on commit 0bf3abd

Please sign in to comment.