From 5208a3c8fefcec7694857fb344af351f4631fc34 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 14 Aug 2023 09:22:01 -0500 Subject: [PATCH] fix: remove ./dist/jsx/* exports (#8030) --- .changeset/quick-boats-bow.md | 5 +++++ packages/astro/package.json | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changeset/quick-boats-bow.md diff --git a/.changeset/quick-boats-bow.md b/.changeset/quick-boats-bow.md new file mode 100644 index 000000000000..1ab83ed5af81 --- /dev/null +++ b/.changeset/quick-boats-bow.md @@ -0,0 +1,5 @@ +--- +'astro': major +--- + +Removed duplicate `astro/dist/jsx` export. Please use the `astro/jsx` export instead diff --git a/packages/astro/package.json b/packages/astro/package.json index 767672f48fc9..b21c4b334304 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -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"