Skip to content

Commit 586f3ee

Browse files
committed
chore(gen): remove prerelease note
1 parent c184087 commit 586f3ee

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: app/generator.js

-7
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ export default class Generator extends Base {
3838
},
3939

4040
info: function () {
41-
this.log(chalk.red(`
42-
################################################################
43-
# NOTE: You are using a pre-release version of
44-
# generator-angular-fullstack. For a more stable version, run
45-
# \`npm install -g generator-angular-fullstack@^2.0.0\`
46-
################################################################`));
47-
this.log('You\'re using the Angular Full-Stack Generator, version ' + this.rootGeneratorVersion());
4841
this.log(this.yoWelcome);
4942
this.log('Out of the box I create an AngularJS app with an Express server.\n');
5043
},

0 commit comments

Comments
 (0)