Skip to content

Commit

Permalink
default username for gh
Browse files Browse the repository at this point in the history
  • Loading branch information
sepans committed Apr 1, 2015
1 parent 4657d3b commit ce1e06a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gh/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ module.exports = yeoman.generators.Base.extend({
var prompts = [
{
name: 'ghUser',
message: 'What is your GitHub username?'
message: 'What is your GitHub username?',
default: 'lenses'
},
{
name: 'elementName',
Expand Down

0 comments on commit ce1e06a

Please sign in to comment.