Skip to content

Commit

Permalink
Fix build for npm publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yadav committed Aug 15, 2024
1 parent d82e4e4 commit 5eabe1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-iv-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-iv-viewer",
"version": "1.0.2",
"version": "1.0.3",
"author": "manav",
"module": "dist/react-iv-viewer.esm.js",
"size-limit": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"build-css": "node build-css.cjs",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"prepare": "yarn build",
"size": "size-limit",
"analyze": "size-limit --why",
"storybook": "storybook dev -p 6006",
Expand Down

0 comments on commit 5eabe1a

Please sign in to comment.