mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
2aec2cdc21
* fix(create-astro): add fallback when registry fails to return the current package version * feat(create-astro): inline most current package versions as fallback * test(create-astro): update typescript tests to check for undefined * test(create-astro): properly reset fixtures * refactor: read dependencies from workspace root * refactor: error on missing values
9 lines
167 B
JSON
9 lines
167 B
JSON
{
|
|
"name": "@test/create-astro-not-empty",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
}
|
|
}
|