create-astro 5.1.0-beta.0 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -470,7 +470,7 @@ function printHelp({
|
|
|
470
470
|
if (headline) {
|
|
471
471
|
message.push(
|
|
472
472
|
linebreak(),
|
|
473
|
-
`${title(commandName)} ${color.green(`v${"5.1.0
|
|
473
|
+
`${title(commandName)} ${color.green(`v${"5.1.0"}`)} ${headline}`
|
|
474
474
|
);
|
|
475
475
|
}
|
|
476
476
|
if (usage) {
|
|
@@ -569,7 +569,7 @@ async function getContext(argv) {
|
|
|
569
569
|
packageManager,
|
|
570
570
|
"astro",
|
|
571
571
|
getPackageTag(packageSpecifier),
|
|
572
|
-
"7.0.0
|
|
572
|
+
"7.0.0"
|
|
573
573
|
),
|
|
574
574
|
skipHouston,
|
|
575
575
|
fancy,
|