mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
chore: release create-astro@0.1.2
This commit is contained in:
parent
75bfc019aa
commit
0b7d453c99
4 changed files with 8 additions and 11 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'create-astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Bugfix: `npm init astro` on npm v7
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'create-astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Rename the `--run` option to `--skip-install` for clarity.
|
|
|
@ -1,5 +1,12 @@
|
||||||
# create-astro
|
# create-astro
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Rename the `--run` option to `--skip-install` for clarity.
|
||||||
|
- Bugfix: `npm init astro` on npm v7
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "create-astro",
|
"name": "create-astro",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./create-astro.js"
|
".": "./create-astro.js"
|
||||||
|
|
Loading…
Add table
Reference in a new issue