Skip to content

Commit

Permalink
uninstallPackages too
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 31, 2024
1 parent 90c52a4 commit 3fb679a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/steps/uninstallPackages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export async function uninstallPackages(offline: boolean | undefined) {
"execa",
"git-remote-origin-url",
"git-url-parse",
"html-to-text",
"image-size",
"input-from-file",
"input-from-file-json",
Expand Down Expand Up @@ -46,6 +47,7 @@ export async function uninstallPackages(offline: boolean | undefined) {
[
"@octokit/request-error",
"@types/git-url-parse",
"@types/html-to-text",
"@types/js-yaml",
"@types/parse-author",
"all-contributors-cli",
Expand Down

0 comments on commit 3fb679a

Please sign in to comment.