diff options
Diffstat (limited to 'deno.json')
-rw-r--r-- | deno.json | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ { "imports": { "lodash": "https://esm.sh/[email protected]", + "flags/": "https://deno.land/std/flags/", "./": "./" } "tasks": { |