Skip to content

Commit

Permalink
reverts changes to title and npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Toscano committed Sep 1, 2024
1 parent eabefad commit 3750f51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions cli/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit 3750f51

Please sign in to comment.