Skip to content

Commit 418ca6b

Browse files
author
Tolis C
committed
bump size limit
1 parent ced66f5 commit 418ca6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@
7070
{
7171
"path": "./dist/index.js",
7272
"import": "{ useScramble }",
73-
"limit": "1KB"
73+
"limit": "1.5KB"
7474
},
7575
{
7676
"path": "./dist/index.mjs",
7777
"import": "{ useScramble }",
78-
"limit": "1KB"
78+
"limit": "1.5KB"
7979
}
8080
],
8181
"devDependencies": {

0 commit comments

Comments
 (0)