Skip to content

Commit

Permalink
Increased app check size
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnotstatic committed Feb 12, 2023
1 parent d9fb7d2 commit cb49cff
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 @@ -36,11 +36,11 @@
"size-limit": [
{
"path": "dist/lazerpay-node-sdk.cjs.production.min.js",
"limit": "10 KB"
"limit": "10.5 KB"
},
{
"path": "dist/lazerpay-node-sdk.esm.js",
"limit": "10 KB"
"limit": "10.5 KB"
}
],
"devDependencies": {
Expand Down

0 comments on commit cb49cff

Please sign in to comment.