Skip to content

Commit 7cc468b

Browse files
fix: also uninstall parse-author packages
1 parent 6cb830d commit 7cc468b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/steps/uninstallPackages.ts

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export async function uninstallPackages(offline: boolean | undefined) {
1616
"lazy-value",
1717
"js-yaml",
1818
"npm-user",
19+
"parse-author",
1920
"octokit",
2021
"prettier",
2122
"replace-in-file",
@@ -31,6 +32,7 @@ export async function uninstallPackages(offline: boolean | undefined) {
3132
"@octokit/request-error",
3233
"@types/git-url-parse",
3334
"@types/js-yaml",
35+
"@types/parse-author",
3436
"@types/prettier",
3537
"all-contributors-cli",
3638
"c8",

0 commit comments

Comments
 (0)