Skip to content

Commit 0db20d6

Browse files
committed
fix: fix dependency url
1 parent 866793c commit 0db20d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export { join } from "https://deno.land/[email protected]/path/mod.ts";
22
export { colors } from "https://deno.land/x/[email protected]/ansi/colors.ts";
33
export { iter, readAll } from "https://deno.land/[email protected]/io/util.ts";
4-
export { default as escapeStr } from "http://esm.sh/[email protected]";
4+
export { default as escapeStr } from "https://esm.sh/[email protected]";

0 commit comments

Comments
 (0)