File tree 2 files changed +2
-2
lines changed
src/steps/writing/creation
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
<a href="#contributors" target="_blank">
7
7
<!-- prettier-ignore-start -->
8
8
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
9
- <img alt =" All Contributors: 30 🤝 " src =" https://img.shields.io/badge/all_contributors-30_🤝 -21bb42.svg " />
9
+ <img alt =" All Contributors: 30 👪 " src =" https://img.shields.io/badge/all_contributors-30_👪 -21bb42.svg " />
10
10
<!-- ALL-CONTRIBUTORS-BADGE:END -->
11
11
<!-- prettier-ignore-end -->
12
12
</a>
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export async function writeAllContributorsRC(options: Options) {
9
9
10
10
return await formatJson ( {
11
11
badgeTemplate :
12
- '<img alt="All Contributors: <%= contributors.length %>" src="https://img.shields.io/badge/all_contributors-<%= contributors.length %>-21bb42.svg" />' ,
12
+ '<img alt="All Contributors: <%= contributors.length %> 👪 " src="https://img.shields.io/badge/all_contributors-<%= contributors.length %>-21bb42.svg" />' ,
13
13
commit : false ,
14
14
commitConvention : "angular" ,
15
15
contributors : existing ?. contributors ?? [ ] ,
You can’t perform that action at this time.
0 commit comments