Skip to content

Commit

Permalink
fix(app generator): remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Mar 18, 2015
1 parent 4e24911 commit 94eccc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ module.exports = yeoman.generators.Base.extend(
{
this.packageName = props.packageName;
this.packageDescription = props.packageDescription;
this.mainName = props.mainName;
this.authorName = props.authorName;
this.authorEmail = props.authorEmail.trim();
this.authorUrl = props.authorUrl.trim();
Expand Down

0 comments on commit 94eccc5

Please sign in to comment.