From 3750f518f2ab2d155e5568afe84b0168916a1c16 Mon Sep 17 00:00:00 2001 From: Jose Toscano Date: Sun, 1 Sep 2024 14:12:04 -0600 Subject: [PATCH] reverts changes to title and npm config --- cli/package.json | 4 ++-- cli/src/consts.ts | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cli/package.json b/cli/package.json index 86a2351c69..41b5152d49 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { - "name": "create-neon-t3-app", - "version": "1.0.0", + "name": "create-t3-app", + "version": "7.37.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": { diff --git a/cli/src/consts.ts b/cli/src/consts.ts index f382599c74..df474167d2 100644 --- a/cli/src/consts.ts +++ b/cli/src/consts.ts @@ -9,10 +9,10 @@ export const PKG_ROOT = path.join(distPath, "../"); //export const PKG_ROOT = path.dirname(require.main.filename); -export const TITLE_TEXT = ` _ _ ___ ___ _ _ _____ ____ _ ___ ___ - | \\| | __/ _ \\| \\| | |_ _|__ / /_\\ | _ \\ _ \\ - | .\` | _| (_) | .\` | | | |_ \\ / _ \\| _/ _/ - |_|\\_|___\\___/|_|\\_| |_| |___/ /_/ \\_\\_| |_| - `; +export const TITLE_TEXT = ` ___ ___ ___ __ _____ ___ _____ ____ __ ___ ___ + / __| _ \\ __| / \\_ _| __| |_ _|__ / / \\ | _ \\ _ \\ + | (__| / _| / /\\ \\| | | _| | | |_ \\ / /\\ \\| _/ _/ + \\___|_|_\\___|_/‾‾\\_\\_| |___| |_| |___/ /_/‾‾\\_\\_| |_| +`; export const DEFAULT_APP_NAME = "my-t3-app"; export const CREATE_T3_APP = "create-t3-app";