fix spacing

This commit is contained in:
Adam Matthiesen 2024-01-27 20:07:33 -08:00
parent f94a3fcba9
commit 7b39b2aa25
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@matthiesenxyz/create-astro-ghostcms",
"version": "0.0.1-dev20",
"version": "0.0.1-dev21",
"description": "Utility to quickly get started with our Integration and astro",
"type": "module",
"main": "./create-astro-ghostcms.mjs",

View File

@ -45,7 +45,7 @@ export async function main() {
// 1. Say hello!
p.intro(c.bgMagenta(c.black(` ${c.bold("Astro-GhostCMS Create Utility - By MatthiesenXYZ")} ${c.italic(dryRun ? "[Dry Run] ":" ")}`)))
p.note(c.bold(" Want to Initiate a git repo at the same time as deploying your project? Use '--git' at the end of the command \n Using a package manager other than pnpm? Use '--pkg-manager npm' or replace npm with yarn."))
p.note(c.bold(" Want to Initiate a git repo at the same time as deploying your project? \n - Use '--git' at the end of the command \n Using a package manager other than pnpm? \n - Use '--pkg-manager npm' or replace npm with yarn."))
// 2. Get template to set up
let [template, ...args] = flags._;