Skip to content

Commit

Permalink
fix: remove ./dist/jsx/* exports (#8030)
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Aug 14, 2023
1 parent 19f9edf commit 5208a3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/quick-boats-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': major
---

Removed duplicate `astro/dist/jsx` export. Please use the `astro/jsx` export instead
1 change: 0 additions & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"./package.json": "./package.json",
"./runtime/*": "./dist/runtime/*",
"./server/*": "./dist/runtime/server/*",
"./dist/jsx/*": "./dist/jsx/*",
"./zod": {
"types": "./zod.d.ts",
"default": "./zod.mjs"
Expand Down

0 comments on commit 5208a3c

Please sign in to comment.