Skip to content

Commit

Permalink
Fix types.d.ts not being included in the npm package (withastro#5217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Oct 27, 2022
1 parent f4dd452 commit 8c83359
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-tomatoes-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Fix missing types.d.ts in npm package
1 change: 1 addition & 0 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"client-base.d.ts",
"import-meta.d.ts",
"astro-jsx.d.ts",
"types.d.ts",
"README.md",
"vendor"
],
Expand Down

0 comments on commit 8c83359

Please sign in to comment.