mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
fix: add in contributorsPerLine on init (#149)
This commit is contained in:
parent
881a69995f
commit
21b694aee4
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ module.exports = function prompt() {
|
|||
imageSize: answers.imageSize,
|
||||
commit: answers.commit,
|
||||
contributors: [],
|
||||
contributorsPerLine: 7,
|
||||
},
|
||||
contributorFile: answers.contributorFile,
|
||||
badgeFile: answers.badgeFile,
|
||||
|
|
Loading…
Reference in a new issue