fixed version of denoland mod.ts

This commit is contained in:
niclaz 2024-09-08 19:50:04 +02:00 committed by GitHub
parent 02e7a898d4
commit 1090f41567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 { emptyDir } from "https://deno.land/std@0.224.0/fs/empty_dir.ts";