fix create-astro export map entry (#2150)
This commit is contained in:
parent
0ef682c924
commit
d5ebd9d178
2 changed files with 6 additions and 1 deletions
5
.changeset/purple-paws-shave.md
Normal file
5
.changeset/purple-paws-shave.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'create-astro': patch
|
||||
---
|
||||
|
||||
Fix create-astro export map entry
|
|
@ -8,7 +8,7 @@
|
|||
"directory": "packages/create-astro"
|
||||
},
|
||||
"exports": {
|
||||
".": "./create-astro.js"
|
||||
".": "./create-astro.mjs"
|
||||
},
|
||||
"bin": {
|
||||
"create-astro": "./create-astro.mjs"
|
||||
|
|
Loading…
Reference in a new issue