Skip to content

Commit

Permalink
fix create-astro export map entry
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Dec 7, 2021
1 parent 0ef682c commit 935fc59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/purple-paws-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-astro': patch
---

Fix create-astro export map entry
2 changes: 1 addition & 1 deletion packages/create-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"directory": "packages/create-astro"
},
"exports": {
".": "./create-astro.js"
".": "./create-astro.mjs"
},
"bin": {
"create-astro": "./create-astro.mjs"
Expand Down

0 comments on commit 935fc59

Please sign in to comment.