From 1090f4156780355ef4e5a8348afe1215e1c64c3e Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 8 Sep 2024 19:50:04 +0200 Subject: [PATCH] fixed version of denoland mod.ts --- utils/img-opt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/img-opt.js b/utils/img-opt.js index 8539e8a..4fb42d3 100644 --- a/utils/img-opt.js +++ b/utils/img-opt.js @@ -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";