mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
9f067dca27
* chore: remove changesets patch * chore: add changesets * chore: version packages * chore: normalize formatting * chore: update lockfile * chore: fix codeblocks * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: fixup code samples * chore: move v0.25 message out of note Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"name": "@example/component",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "astro --root demo dev",
|
|
"build": "astro --root demo build",
|
|
"serve": "astro --root demo preview"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^1.0.0"
|
|
}
|
|
}
|