fix: add in contributorsPerLine on init (#149)

This commit is contained in:
Jake Bolam 2019-01-18 13:47:56 -05:00 committed by GitHub
parent 881a69995f
commit 21b694aee4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,