We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd7781 commit ddf66f0Copy full SHA for ddf66f0
src/setup/steps/updateLocalFiles.ts
@@ -31,9 +31,11 @@ export async function updateLocalFiles({
31
[/JoshuaKGoldberg/g, owner],
32
[/template-typescript-node-package/g, repository],
33
[/\/\*\n.+\*\/\n\n/gs, ``, ".eslintrc.cjs"],
34
- [/"setup": ".*",/g, ``, "./package.json"],
35
- [/"setup:test": ".*",/g, ``, "./package.json"],
36
[/"author": ".+"/g, `"author": "${npmAuthor}"`, "./package.json"],
+ [/"bin": ".+\n/g, ``, "./package.json"],
+ [/"hydrate:test": ".+\n/g, ``, "./package.json"],
37
+ [/"setup:test": ".*/g, ``, "./package.json"],
38
+ [/"setup": ".*/g, ``, "./package.json"],
39
40
[/## Explainer.*## Usage/gs, `## Usage`, "./README.md"],
41
[/\n### Testing the Setup Script.*$/gs, "", "./.github/DEVELOPMENT.md"],
0 commit comments