0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Version Packages (#609)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-07-06 15:31:12 -04:00 committed by GitHub
parent d8ceff5fac
commit e7be675685
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 12 deletions

View file

@ -1,11 +0,0 @@
---
'create-astro': patch
---
Allows using an external repo as a template
You can do this with the `--template` flag:
```bash
npm init astro my-shopify --template cassidoo/shopify-react-astro
```

View file

@ -1,5 +1,17 @@
# create-astro
## 0.3.5
### Patch Changes
- d8ceff5: Allows using an external repo as a template
You can do this with the `--template` flag:
```bash
npm init astro my-shopify --template cassidoo/shopify-react-astro
```
## 0.3.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "0.3.4",
"version": "0.3.5",
"type": "module",
"repository": {
"type": "git",