From ef95ed1609393fb3476f6ce0f286a93ef3b40ccf Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 17 Jan 2025 17:57:58 -0500 Subject: [PATCH] Fixes #9 --- pkgm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgm.ts b/pkgm.ts index 2ae9bf4..25150a6 100755 --- a/pkgm.ts +++ b/pkgm.ts @@ -86,7 +86,7 @@ async function install(args: string[]) { set("PKGX_DIR"); const proc = new Deno.Command("pkgx", { - args: [...args, "--json"], + args: [...args, "--json=v1"], stdout: "piped", env, clearEnv: true,