fix create-astro export map entry (#2150)

This commit is contained in:
Fred K. Schott 2021-12-07 10:21:42 -08:00 committed by GitHub
parent 0ef682c924
commit d5ebd9d178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'create-astro': patch
---
Fix create-astro export map entry

View file

@ -8,7 +8,7 @@
"directory": "packages/create-astro"
},
"exports": {
".": "./create-astro.js"
".": "./create-astro.mjs"
},
"bin": {
"create-astro": "./create-astro.mjs"