Skip to content

Commit ef6bd13

Browse files
authored
feat: add pnpm-deduplicate to devDependenciesToRemove arr (#824)
## PR Checklist - [x] Addresses an existing open issue: fixes #769 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview This PR is responsible for adding the `pnpm-deduplicate` package to `devDependenciesToRemove` array
1 parent 5444717 commit ef6bd13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/steps/writing/creation/writePackageJson.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const devDependenciesToRemove = [
2222
"jest",
2323
"mocha",
2424
"npm-run-all",
25+
"pnpm-deduplicate",
2526
"pretty-quick",
2627
"ts-jest",
2728
];

0 commit comments

Comments
 (0)