Skip to content

Commit c75db4f

Browse files
committed
fix: bump size
1 parent 3f6fd96 commit c75db4f

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
@@ -139,11 +139,11 @@
139139
"bundlesize": [
140140
{
141141
"path": "./dist/contentful.browser.js",
142-
"maxSize": "82Kb"
142+
"maxSize": "85Kb"
143143
},
144144
{
145145
"path": "./dist/contentful.browser.min.js",
146-
"maxSize": "41Kb"
146+
"maxSize": "45Kb"
147147
}
148148
],
149149
"release": {

0 commit comments

Comments
 (0)