From 6eb23e3f8f93a2c72f5ce451d7ce18418f2bfe73 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 31 Dec 2024 11:23:45 -0500 Subject: [PATCH] chore: correct base repository description --- src/next/base.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/next/base.ts b/src/next/base.ts index a4705655..d349318b 100644 --- a/src/next/base.ts +++ b/src/next/base.ts @@ -49,7 +49,7 @@ export const base = createBase({ .describe("AllContributors contributors to store in .all-contributorsrc"), description: z .string() - .describe("sentence case description of the repository"), + .describe("'Sentence case.' description of the repository"), directory: z.string(), documentation: z .string() @@ -123,7 +123,7 @@ export const base = createBase({ .describe("additional properties to include in `package.json`"), repository: z .string() - .describe("'Sentence case.' description of the repository"), + .describe("'kebab-case' or 'PascalCase' title of the repository"), title: z.string().describe("'Title Case' title for the repository"), usage: z .string()