Skip to content

Commit ceecca6

Browse files
committed
Increase size limit
1 parent b10273d commit ceecca6

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
@@ -143,11 +143,11 @@
143143
"size-limit": [
144144
{
145145
"path": "lib/components/index.js",
146-
"limit": "508b"
146+
"limit": "600b"
147147
},
148148
{
149149
"path": "lib/components/code-view/highlight/javascript.js",
150150
"limit": "1kb"
151151
}
152152
]
153-
}
153+
}

0 commit comments

Comments
 (0)