diff --git a/packages/@angular/cli/commands/version.ts b/packages/@angular/cli/commands/version.ts index 42024792cec9..427f26b6eeee 100644 --- a/packages/@angular/cli/commands/version.ts +++ b/packages/@angular/cli/commands/version.ts @@ -54,12 +54,11 @@ const VersionCommand = Command.extend({ versions = Object.assign(versions, this.getDependencyVersions(projPkg, root)); }); } - const asciiArt = ` - _ _ _ - __ _ _ __ __ _ _ _ | | __ _ _ __ ___ | |(_) - / _\` || '_ \\ / _\` || | | || | / _\` || '__|_____ / __|| || | -| (_| || | | || (_| || |_| || || (_| || | |_____|| (__ | || | - \\__,_||_| |_| \\__, | \\__,_||_| \\__,_||_| \\___||_||_| + const asciiArt = ` _ _ ____ _ ___ + / \\ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| + / _ \\ | '_ \\ / _\` | | | | |/ _\` | '__| | | | | | | + / ___ \\| | | | (_| | |_| | | (_| | | | |___| |___ | | +/_/ \\_\\_| |_|\\__, |\\__,_|_|\\__,_|_| \\____|_____|___| |___/`; this.ui.writeLine(chalk.red(asciiArt)); this.printVersion('@angular/cli', ngCliVersion); diff --git a/packages/@angular/cli/utilities/INITIAL_COMMIT_MESSAGE.txt b/packages/@angular/cli/utilities/INITIAL_COMMIT_MESSAGE.txt index f8c5cf405c16..c2beaf682209 100644 --- a/packages/@angular/cli/utilities/INITIAL_COMMIT_MESSAGE.txt +++ b/packages/@angular/cli/utilities/INITIAL_COMMIT_MESSAGE.txt @@ -1,9 +1,8 @@ chore: initial commit from @angular/cli - _ _ _ - __ _ _ __ __ _ _ _| | __ _ _ __ ___| (_) - / _ | _ \ / _ | | | | |/ _ | __|____ / __| | | - | (_| | | | | (_| | |_| | | (_| | | |_____| (__| | | - \____|_| |_|\__ |\____|_|\____|_| \___|_|_| - |___/ - \ No newline at end of file + _ _ ____ _ ___ + / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| + / _ \ | '_ \ / _\` | | | | |/ _\` | '__| | | | | | | + / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | | +/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___| + |___/