Skip to content

Commit

Permalink
feat: init with all-contributors emoji ✨ (#136)
Browse files Browse the repository at this point in the history
* feat: init with all-contributors emoji ✨

* test(init): updated test snapshot
  • Loading branch information
jakebolam authored and Berkmann18 committed May 21, 2019
1 parent ebff1e8 commit 354b511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)):
Expand All @@ -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)):
Expand Down
2 changes: 1 addition & 1 deletion src/init/init-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function addContributorsList(lines) {
const insertionLine = findContributorsSection(lines)
if (insertionLine === -1) {
return lines.concat([
'## Contributors',
'## Contributors',
'',
headerContent,
'',
Expand Down

0 comments on commit 354b511

Please sign in to comment.