From f525413e79c737b0d13615330368c79dab3e5bdf Mon Sep 17 00:00:00 2001 From: Princesseuh Date: Thu, 27 Oct 2022 15:35:20 -0300 Subject: [PATCH] Fix types.d.ts not being included in the npm package --- .changeset/olive-tomatoes-jog.md | 5 +++++ packages/astro/package.json | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/olive-tomatoes-jog.md diff --git a/.changeset/olive-tomatoes-jog.md b/.changeset/olive-tomatoes-jog.md new file mode 100644 index 000000000000..1dac1665ed61 --- /dev/null +++ b/.changeset/olive-tomatoes-jog.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix missing types.d.ts in npm package diff --git a/packages/astro/package.json b/packages/astro/package.json index 08dbf3b56251..6fbed246f5c6 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -82,6 +82,7 @@ "client-base.d.ts", "import-meta.d.ts", "astro-jsx.d.ts", + "types.d.ts", "README.md", "vendor" ],