Skip to content

Commit

Permalink
fix: add internal import to package.json (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 30, 2024
1 parent 3cde1a1 commit 069942e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@
"default": "./dist/edge.js"
}
},
"./internal": {
"import": {
"types": "./dist/internal.d.mts",
"default": "./dist/internal.mjs"
},
"require": {
"types": "./dist/internal.d.ts",
"default": "./dist/internal.js"
}
},
"./tailwindcss": {
"import": {
"types": "./dist/tailwindcss/index.d.mts",
Expand All @@ -73,6 +83,7 @@
"files": [
"dist",
"edge",
"internal",
"tailwindcss",
"README.md"
],
Expand Down

0 comments on commit 069942e

Please sign in to comment.