Skip to content

Commit

Permalink
oops (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Dec 26, 2024
1 parent 2bb407b commit 8a0f620
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/commands/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import semver from "semver";
import fs from "fs";
import fetchTags from "../lib/fetch-tags";
import { Command } from "commander";
import fetch from "node-fetch";
import tar from "tar";
import stream from "stream/promises";

Expand Down
1 change: 0 additions & 1 deletion src/lib/util.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import fs from "fs";
import path from "path";
import fetch from "node-fetch";
import semver from "semver";

export default {
Expand Down

0 comments on commit 8a0f620

Please sign in to comment.