mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
fix: add additional new line for prettier (#168)
* fix: add additional new line for prettier * update snpashot * readme * at end not start
This commit is contained in:
parent
cc3d0d5bf7
commit
e0240def24
3 changed files with 4 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -10,6 +10,7 @@ These people contributed to the project:
|
|||
<!-- ALL-CONTRIBUTORS-LIST:START -->
|
||||
<!-- prettier-ignore -->
|
||||
<table><tr><td align=\\"center\\">Kent C. Dodds is awesome!</td><td align=\\"center\\">Divjot Singh is awesome!</td><td align=\\"center\\">Jeroen Engels is awesome!</td></tr></table>
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||
|
||||
Thanks a lot everyone!"
|
||||
|
@ -25,6 +26,7 @@ These people contributed to the project:
|
|||
<!-- ALL-CONTRIBUTORS-LIST:START -->
|
||||
<!-- prettier-ignore -->
|
||||
<table><tr><td align=\\"center\\">Kent C. Dodds is awesome!</td><td align=\\"center\\">Kent C. Dodds is awesome!</td><td align=\\"center\\">Kent C. Dodds is awesome!</td><td align=\\"center\\">Kent C. Dodds is awesome!</td><td align=\\"center\\">Kent C. Dodds is awesome!</td></tr><tr><td align=\\"center\\">Kent C. Dodds is awesome!</td><td align=\\"center\\">Kent C. Dodds is awesome!</td></tr></table>
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||
|
||||
Thanks a lot everyone!"
|
||||
|
|
|
@ -48,7 +48,7 @@ function generateContributorsList(options, contributors) {
|
|||
_.map(formatLine),
|
||||
_.join('</tr><tr>'),
|
||||
newContent => {
|
||||
return `\n<table><tr>${newContent}</tr></table>\n`
|
||||
return `\n<table><tr>${newContent}</tr></table>\n\n`
|
||||
},
|
||||
)(contributors)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue