Skip to content

Commit

Permalink
fix: add in contributorsPerLine on init (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolam committed Jan 18, 2019
1 parent 881a699 commit 21b694a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/init/prompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ module.exports = function prompt() {
imageSize: answers.imageSize,
commit: answers.commit,
contributors: [],
contributorsPerLine: 7,
},
contributorFile: answers.contributorFile,
badgeFile: answers.badgeFile,
Expand Down

0 comments on commit 21b694a

Please sign in to comment.