aboutsummaryrefslogtreecommitdiff
path: root/deno/tools/deno.json
diff options
context:
space:
mode:
Diffstat (limited to 'deno/tools/deno.json')
-rw-r--r--deno/tools/deno.json3
1 files changed, 2 insertions, 1 deletions
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"
}
}