Skip to content

Commit ef95ed1

Browse files
committed
Fixes #9
1 parent ca393fc commit ef95ed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async function install(args: string[]) {
8686
set("PKGX_DIR");
8787

8888
const proc = new Deno.Command("pkgx", {
89-
args: [...args, "--json"],
89+
args: [...args, "--json=v1"],
9090
stdout: "piped",
9191
env,
9292
clearEnv: true,

0 commit comments

Comments
 (0)