Skip to content

Commit ae63a30

Browse files
fix: [email protected], not 6.23.0
1 parent 82bdda3 commit ae63a30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: src/blocks/blockAllContributors.test.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describe("blockAllContributors", () => {
8989
"scripts": [
9090
{
9191
"commands": [
92-
"pnpx [email protected].0 add test-owner code,content,doc,ideas,infra,maintenance,projectManagement,tool",
92+
"pnpx [email protected].1 add test-owner code,content,doc,ideas,infra,maintenance,projectManagement,tool",
9393
],
9494
"phase": 3,
9595
},
@@ -231,7 +231,7 @@ describe("blockAllContributors", () => {
231231
"scripts": [
232232
{
233233
"commands": [
234-
"pnpx [email protected].0 add JoshuaKGoldberg bug,code,design,doc,test,tool,content,ideas,infra,maintenance,projectManagement",
234+
"pnpx [email protected].1 add JoshuaKGoldberg bug,code,design,doc,test,tool,content,ideas,infra,maintenance,projectManagement",
235235
],
236236
"phase": 3,
237237
},
@@ -372,7 +372,7 @@ describe("blockAllContributors", () => {
372372
"scripts": [
373373
{
374374
"commands": [
375-
"pnpx [email protected].0 add test-owner code,content,doc,ideas,infra,maintenance,projectManagement,tool",
375+
"pnpx [email protected].1 add test-owner code,content,doc,ideas,infra,maintenance,projectManagement,tool",
376376
],
377377
"phase": 3,
378378
},

Diff for: src/blocks/blockAllContributors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const blockAllContributors = base.createBlock({
112112
scripts: [
113113
{
114114
commands: [
115-
`pnpx [email protected].0 add ${options.owner} ${ownerContributions.join(",")}`,
115+
`pnpx [email protected].1 add ${options.owner} ${ownerContributions.join(",")}`,
116116
],
117117
phase: CommandPhase.Process,
118118
},

0 commit comments

Comments
 (0)