Skip to content

Commit

Permalink
increase size
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Apr 15, 2024
1 parent 3651f6c commit 0cd6428
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .size-limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
{
"name": "permissionless (esm)",
"path": "./packages/permissionless/_esm/index.js",
"limit": "35 kB",
"limit": "40 kB",
"import": "*"
},
{
"name": "permissionless (cjs)",
"path": "./packages/permissionless/_cjs/index.js",
"limit": "150 kB"
"limit": "160 kB"
},
{
"name": "permissionless (minimal surface - tree-shaking)",
"path": "./packages/permissionless/_esm/index.js",
"limit": "15 kB",
"limit": "20 kB",
"import": "{ bundlerActions }"
}
]

0 comments on commit 0cd6428

Please sign in to comment.