We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb830d commit 7cc468bCopy full SHA for 7cc468b
src/steps/uninstallPackages.ts
@@ -16,6 +16,7 @@ export async function uninstallPackages(offline: boolean | undefined) {
16
"lazy-value",
17
"js-yaml",
18
"npm-user",
19
+ "parse-author",
20
"octokit",
21
"prettier",
22
"replace-in-file",
@@ -31,6 +32,7 @@ export async function uninstallPackages(offline: boolean | undefined) {
31
32
"@octokit/request-error",
33
"@types/git-url-parse",
34
"@types/js-yaml",
35
+ "@types/parse-author",
36
"@types/prettier",
37
"all-contributors-cli",
38
"c8",
0 commit comments