Skip to content

Commit

Permalink
Fix size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 11, 2020
1 parent cd55758 commit ffc1833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -79,7 +79,7 @@
"size-limit": [
{
"path": "build/lib/autoprefixer.js",
"limit": "116 KB"
"limit": "125 KB"
}
],
"eslintConfig": {
Expand Down

0 comments on commit ffc1833

Please sign in to comment.