mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
8cf0e65a8b
This reverts commit 7f14ea6e38
.
12 lines
185 B
JSON
12 lines
185 B
JSON
{
|
|
"name": "www",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.18.8"
|
|
}
|
|
}
|