Skip to content

Commit

Permalink
Fixing jshint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianba committed Mar 14, 2015
1 parent 338ff49 commit f4b5ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ module.exports = yeoman.generators.Base.extend({
default: 'unofficial'
},{
name: 'editorName',
message: "What is the editor's name?",
message: 'What is the editor\'s name?',
store: true
},{
name: 'editorUrl',
message: "What is the editor's URL (web site, mailto:, etc.)?",
message: 'What is the editor\'s URL (web site, mailto:, etc.)?',
store: true
},{
name: 'editorCompany',
Expand Down

0 comments on commit f4b5ecf

Please sign in to comment.