Skip to content

Commit 935fc59

Browse files
committed
fix create-astro export map entry
1 parent 0ef682c commit 935fc59

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/purple-paws-shave.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-astro': patch
3+
---
4+
5+
Fix create-astro export map entry

packages/create-astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"directory": "packages/create-astro"
99
},
1010
"exports": {
11-
".": "./create-astro.js"
11+
".": "./create-astro.mjs"
1212
},
1313
"bin": {
1414
"create-astro": "./create-astro.mjs"

0 commit comments

Comments
 (0)