We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7429db9 commit 8ee20e0Copy full SHA for 8ee20e0
deno.json
@@ -10,8 +10,8 @@
10
},
11
"importMap": "import_map.json",
12
"tasks": {
13
- "udd": " deno run -A https://deno.land/x/udd@0.8.1/main.ts '*.json' deps.ts '*.ts' '*/*.ts'",
14
- "install-udd": "deno install -A -f -n udd https://deno.land/x/udd@0.8.1/main.ts",
+ "udd": " deno run -A https://deno.land/x/udd@0.8.2/main.ts '*.json' deps.ts '*.ts' '*/*.ts'",
+ "install-udd": "deno install -A -f -n udd https://deno.land/x/udd@0.8.2/main.ts",
15
"fmt": " deno fmt --config deno.json",
16
"test": "deno test --parallel --unstable -A --config deno.json",
17
"lint": "deno lint --config deno.json",
0 commit comments