Skip to content

Commit

Permalink
fix: change package entrypoint back to react lib dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhangy committed Jul 31, 2024
1 parent d8bff1f commit cd2e8b0
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 @@ -3,9 +3,9 @@
"workspaces": [
"packages/*"
],
"module": "packages/stencil-library/dist/components/index.js",
"types": "packages/stencil-library/dist/components/index.d.ts",
"main": "packages/stencil-library/dist/components/index.js",
"module": "packages/react-library/dist/index.js",
"types": "packages/react-library/dist/types/index.d.ts",
"main": "packages/react-library/dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/newjersey/stencil-react-export.git"
Expand Down

0 comments on commit cd2e8b0

Please sign in to comment.