feat: init with all-contributors emoji (#136)

* feat: init with all-contributors emoji 

* test(init): updated test snapshot
This commit is contained in:
Jake Bolam 2019-05-21 02:35:32 -07:00 committed by Maximilian Berkmann
parent ebff1e8b88
commit 354b5111d4
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
exports[`create contributors section if content is empty 1`] = `
"
## Contributors
## Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@ -17,7 +17,7 @@ exports[`create contributors section if it is absent 1`] = `
"# project
Description
## Contributors
## Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

View file

@ -31,7 +31,7 @@ function addContributorsList(lines) {
const insertionLine = findContributorsSection(lines)
if (insertionLine === -1) {
return lines.concat([
'## Contributors',
'## Contributors',
'',
headerContent,
'',