Skip to content

Commit b2651d0

Browse files
committed
🏗 make size limits the same as use-storage-state
1 parent 55812af commit b2651d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@
8383
{
8484
"name": "import *",
8585
"path": "index.js",
86-
"limit": "1.75 kB",
86+
"limit": "1.7 kB",
8787
"brotli": false
8888
},
8989
{
9090
"name": "import *",
9191
"path": "index.js",
92-
"limit": "800 B"
92+
"limit": "750 B"
9393
}
9494
]
9595
}

0 commit comments

Comments
 (0)