Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use deno std dependencies without the /x/ in the URL
This makes it consistent with other deno std imports like async/mod.ts.
  • Loading branch information
ccouzens committed Sep 24, 2020
1 parent 9e8b181 commit ff69b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Expand Up @@ -8,4 +8,4 @@ export { format as byteFormat } from "https://deno.land/x/bytes_formater@v1.3.0/
export { Hash } from "https://deno.land/x/checksum@1.4.0/mod.ts";
export { sha256 } from "https://deno.land/x/sha256@v1.0.2/mod.ts";
export { replaceParams } from "https://deno.land/x/sql_builder@v1.6.0/util.ts";
export * as log from "https://deno.land/x/std@0.63.0/log/mod.ts";
export * as log from "https://deno.land/std@0.63.0/log/mod.ts";

0 comments on commit ff69b79

Please sign in to comment.