We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca393fc commit ef95ed1Copy full SHA for ef95ed1
1 file changed
pkgm.ts
@@ -86,7 +86,7 @@ async function install(args: string[]) {
86
set("PKGX_DIR");
87
88
const proc = new Deno.Command("pkgx", {
89
- args: [...args, "--json"],
+ args: [...args, "--json=v1"],
90
stdout: "piped",
91
env,
92
clearEnv: true,
0 commit comments