Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Feb 15, 2021
1 parent 688e77c commit 4c536c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/_deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { encode } from "https://deno.land/std@0.86.0/encoding/base64.ts";
export { exists } from "https://deno.land/std@0.86.0/fs/mod.ts";
export { encode } from "https://deno.land/std@0.87.0/encoding/base64.ts";
export { exists } from "https://deno.land/std@0.87.0/fs/mod.ts";
export { compress } from "https://deno.land/x/[email protected]/mod.ts";
export { minify } from "https://jspm.dev/[email protected]";

0 comments on commit 4c536c8

Please sign in to comment.