Skip to content

Commit

Permalink
Do just npm install. Updated to show correct generator name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vamsi Sai committed Jul 19, 2016
1 parent 69b3773 commit 7e632bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = yeoman.Base.extend({
prompting: function () {
// Have Yeoman greet the user.
this.log(yosay(
'Welcome to the ' + chalk.red('generator-hasura') + ' generator!'
'Welcome to the ' + chalk.red('generator-hasura-web') + ' generator!'
));
this.log('Creating Example app on the current directory.');
},
Expand Down Expand Up @@ -51,6 +51,6 @@ module.exports = yeoman.Base.extend({
},

install: function () {
this.installDependencies();
this.installDependencies({ bower: false });
}
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"mocha": true
}
},
"repository": "hasura/generator-hasura",
"repository": "hasura/generator-hasura-web",
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
Expand Down

0 comments on commit 7e632bc

Please sign in to comment.