Skip to content

Commit 63e23e2

Browse files
committed
chore(devtools): update size limit for devtools package in package.json
This commit modifies the size limit for the devtools package in package.json, increasing the limit from 60 KB to 69 KB. This change reflects adjustments in the package's size requirements, ensuring accurate size tracking for future development.
1 parent 9323504 commit 63e23e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"size-limit": [
4848
{
4949
"path": "packages/devtools/dist/index.js",
50-
"limit": "60 KB"
50+
"limit": "69 KB"
5151
},
5252
{
5353
"path": "packages/event-bus-client/dist/esm/plugin.js",

0 commit comments

Comments
 (0)