mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 21:46: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,
|
imageSize: answers.imageSize,
|
||||||
commit: answers.commit,
|
commit: answers.commit,
|
||||||
contributors: [],
|
contributors: [],
|
||||||
|
contributorsPerLine: 7,
|
||||||
},
|
},
|
||||||
contributorFile: answers.contributorFile,
|
contributorFile: answers.contributorFile,
|
||||||
badgeFile: answers.badgeFile,
|
badgeFile: answers.badgeFile,
|
||||||
|
|
Loading…
Reference in a new issue