Skip to content

Commit

Permalink
fix size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed Jan 6, 2024
1 parent 3754a71 commit 4034d24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,15 @@
"size-limit": [
{
"path": "dist/react-chrono.js",
"limit": "50 KB"
"limit": "65 KB"
},
{
"path": "dist/react-chrono.esm.js",
"limit": "50 KB"
"limit": "65 KB"
},
{
"path": "dist/react-chrono.umd.js",
"limit": "50 KB"
"limit": "65 KB"
}
],
"lint-staged": {
Expand Down

0 comments on commit 4034d24

Please sign in to comment.