Skip to content

Commit 171f139

Browse files
committed
Update size limits for non-minified version
1 parent a4ddfcd commit 171f139

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
@@ -105,11 +105,11 @@
105105
"size-limit": [
106106
{
107107
"path": "dist/main.js",
108-
"limit": "1.5 kB"
108+
"limit": "1.75 kB"
109109
},
110110
{
111111
"path": "dist/module.js",
112-
"limit": "1.5 kB"
112+
"limit": "1.75 kB"
113113
}
114114
]
115115
}

0 commit comments

Comments
 (0)