Skip to content

Commit

Permalink
fix(Flex): handle rough edges
Browse files Browse the repository at this point in the history
  • Loading branch information
smakosh committed Feb 18, 2021
1 parent 7b9ded2 commit 95fb7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"size-limit": [
{
"path": "dist/react-flex-ready.cjs.production.min.js",
"limit": "10 KB"
"limit": "16 KB"
},
{
"path": "dist/react-flex-ready.esm.js",
"limit": "10 KB"
"limit": "16 KB"
}
],
"devDependencies": {
Expand Down

0 comments on commit 95fb7ec

Please sign in to comment.