Skip to content

Commit

Permalink
Merge pull request #94 from alejandroq/master
Browse files Browse the repository at this point in the history
Updated byteFormat dependency to avoid dependency 404 issues
  • Loading branch information
lideming authored Nov 10, 2020
2 parents 84f6fe6 + 286b8e2 commit 72f79f0
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,7 +1,7 @@
export type { Deferred } from "https://deno.land/[email protected]/async/mod.ts";
export { deferred, delay } from "https://deno.land/[email protected]/async/mod.ts";
export { decode, encode } from "https://deno.land/[email protected]/encoding/utf8.ts";
export { format as byteFormat } from "https://deno.land/x/bytes_formater@v1.3.0/mod.ts";
export { format as byteFormat } from "https://deno.land/x/bytes_formater@v1.4.0/mod.ts";
export { Hash } from "https://deno.land/x/[email protected]/mod.ts";
export { sha256 } from "https://deno.land/x/[email protected]/mod.ts";
export { replaceParams } from "https://deno.land/x/[email protected]/util.ts";
Expand Down

0 comments on commit 72f79f0

Please sign in to comment.