We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c184087 commit 586f3eeCopy full SHA for 586f3ee
app/generator.js
@@ -38,13 +38,6 @@ export default class Generator extends Base {
38
},
39
40
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());
48
this.log(this.yoWelcome);
49
this.log('Out of the box I create an AngularJS app with an Express server.\n');
50
0 commit comments