Skip to content

Commit

Permalink
chore(project): fix size limit file name
Browse files Browse the repository at this point in the history
Signed-off-by: Raí Siqueira <[email protected]>
  • Loading branch information
raisiqueira committed Aug 3, 2022
1 parent 1d0f754 commit 3f0da6b
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 @@ -97,11 +97,11 @@
},
"size-limit": [
{
"path": "dist/packages/headless-stepper/index.esm.js",
"path": "dist/packages/headless-stepper/index.cjs",
"limit": "15 KB"
},
{
"path": "dist/packages/headless-stepper/index.umd.js",
"path": "dist/packages/headless-stepper/index.js",
"limit": "15 KB"
}
]
Expand Down

1 comment on commit 3f0da6b

@vercel
Copy link

@vercel vercel bot commented on 3f0da6b Aug 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.