Skip to content

Commit

Permalink
fix: fix dependency url
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed May 8, 2021
1 parent 866793c commit 0db20d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { join } from "https://deno.land/std@0.95.0/path/mod.ts";
export { colors } from "https://deno.land/x/cliffy@v0.18.2/ansi/colors.ts";
export { iter, readAll } from "https://deno.land/std@0.95.0/io/util.ts";
export { default as escapeStr } from "http://esm.sh/shq@1.0.2";
export { default as escapeStr } from "https://esm.sh/shq@1.0.2";

0 comments on commit 0db20d6

Please sign in to comment.