Skip to content

Commit 0252b80

Browse files
committed
Consolidate libpkgx import
1 parent b89485e commit 0252b80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgm.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env -S pkgx --quiet deno^2.1 run --ext=ts --allow-sys=uid --allow-run --allow-env --allow-read --allow-write --allow-ffi
22
import {
3+
hooks,
34
Path,
5+
plumbing,
46
SemVer,
57
semver,
68
} from "https://deno.land/x/libpkgx@v0.20.3/mod.ts";
@@ -451,8 +453,6 @@ async function* ls() {
451453
}
452454
}
453455

454-
import { hooks, plumbing } from "https://deno.land/x/libpkgx@v0.20.3/mod.ts";
455-
456456
async function uninstall(arg: string) {
457457
let found: { project: string } | undefined =
458458
(await hooks.usePantry().find(arg))?.[0];

0 commit comments

Comments
 (0)