From 7b39b2aa25f693fd4335a20ca02cf90d13a09f00 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Sat, 27 Jan 2024 20:07:33 -0800 Subject: [PATCH] fix spacing --- packages/create-astro-ghostcms/package.json | 2 +- packages/create-astro-ghostcms/src/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/create-astro-ghostcms/package.json b/packages/create-astro-ghostcms/package.json index 8a1b5d08..9cd6fe9e 100644 --- a/packages/create-astro-ghostcms/package.json +++ b/packages/create-astro-ghostcms/package.json @@ -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", diff --git a/packages/create-astro-ghostcms/src/main.js b/packages/create-astro-ghostcms/src/main.js index 4c2b0e23..0e403982 100644 --- a/packages/create-astro-ghostcms/src/main.js +++ b/packages/create-astro-ghostcms/src/main.js @@ -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._;