mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
fixed version of denoland mod.ts
This commit is contained in:
parent
02e7a898d4
commit
1090f41567
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { run } from "https://deno.land/x/run_simple/mod.ts";
|
import { run } from "https://deno.land/x/run_simple@2.3.0/mod.ts";
|
||||||
import { join } from "https://deno.land/std@0.224.0/path/mod.ts";
|
import { join } from "https://deno.land/std@0.224.0/path/mod.ts";
|
||||||
import { emptyDir } from "https://deno.land/std@0.224.0/fs/empty_dir.ts";
|
import { emptyDir } from "https://deno.land/std@0.224.0/fs/empty_dir.ts";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue