Skip to content

Commit

Permalink
fix: two small .json template touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Oct 2, 2023
1 parent b7baa43 commit 9c45e46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/writing/creation/writeAllContributorsRC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export async function writeAllContributorsRC(options: Options) {

return await formatJson({
badgeTemplate:
'<img alt="All Contributors: <%= contributors.length %> 馃應" src="https://img.shields.io/badge/all_contributors-<%= contributors.length %>-21bb42.svg" />',
'<img alt="All Contributors: <%= contributors.length %> 馃應" src="https://img.shields.io/badge/all_contributors-<%= contributors.length %>_馃應-21bb42.svg" />',
commit: false,
commitConvention: "angular",
contributors: existing?.contributors ?? [],
Expand Down
2 changes: 2 additions & 0 deletions src/steps/writing/creation/writePackageJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const devDependenciesToRemove = [
"commitlint",
"cson-parser",
"esbuild",
"eslint-config-prettier",
"eslint-plugin-import",
"eslint-plugin-jest",
"eslint-plugin-prettier",
"eslint-plugin-simple-import-sort",
Expand Down

0 comments on commit 9c45e46

Please sign in to comment.