diff options
Diffstat (limited to 'deno/tools/deno.json')
-rw-r--r-- | deno/tools/deno.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deno/tools/deno.json b/deno/tools/deno.json index 1b2cf32..355046a 100644 --- a/deno/tools/deno.json +++ b/deno/tools/deno.json @@ -3,6 +3,6 @@ "tasks": { }, "imports": { - "mustache": "npm:mustache@^4.2.0", + "mustache": "npm:mustache@^4.2.0" } } |