Skip to content

Commit e4c46c7

Browse files
author
Alice Koreman
committed
bump size limit
1 parent 6e86b8d commit e4c46c7

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
@@ -146,11 +146,11 @@
146146
"size-limit": [
147147
{
148148
"path": "lib/components/index.js",
149-
"limit": "6.52kb"
149+
"limit": "6.53kb"
150150
},
151151
{
152152
"path": "lib/components/code-view/highlight/javascript.js",
153153
"limit": "10kb"
154154
}
155155
]
156-
}
156+
}

0 commit comments

Comments
 (0)