From 87e041cd350b76cdfb9bb440e31c25e0d58ab6fb Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 13 Jun 2025 15:41:02 +0800 Subject: deno: add manage-vm. --- deno/tools/deno.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'deno/tools/deno.json') diff --git a/deno/tools/deno.json b/deno/tools/deno.json index 355046a..cda933f 100644 --- a/deno/tools/deno.json +++ b/deno/tools/deno.json @@ -3,6 +3,7 @@ "tasks": { }, "imports": { - "mustache": "npm:mustache@^4.2.0" + "mustache": "npm:mustache@^4.2.0", + "yargs": "npm:yargs@^18.0.0" } } -- cgit v1.2.3