Skip to content

Commit

Permalink
fix(app generators): require answer to copyright owner to be non-blank
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed May 12, 2015
1 parent 345be4a commit e965343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ var AppGenerator = generators.Base.extend(
{
return answers.authorName;
}
, validate: youtil.isNonBlank
, filter: _.trim
, store: true
}
Expand Down

0 comments on commit e965343

Please sign in to comment.