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 866793c commit 0db20d6Copy full SHA for 0db20d6
deps.ts
@@ -1,4 +1,4 @@
1
export { join } from "https://deno.land/[email protected]/path/mod.ts";
2
export { colors } from "https://deno.land/x/[email protected]/ansi/colors.ts";
3
export { iter, readAll } from "https://deno.land/[email protected]/io/util.ts";
4
-export { default as escapeStr } from "http://esm.sh/[email protected]";
+export { default as escapeStr } from "https://esm.sh/[email protected]";
0 commit comments