Skip to content

Commit

Permalink
Bump std
Browse files Browse the repository at this point in the history
  • Loading branch information
hayd committed Feb 4, 2021
1 parent 0120205 commit 787044c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import _JSZip from "https://dev.jspm.io/[email protected]";
import { WalkOptions, walk } from "https://deno.land/std@0.74.0/fs/mod.ts";
import { SEP, join } from "https://deno.land/std@0.74.0/path/mod.ts";
import { WalkOptions, walk } from "https://deno.land/std@0.85.0/fs/mod.ts";
import { SEP, join } from "https://deno.land/std@0.85.0/path/mod.ts";
import type {
InputFileFormat,
JSZipFileOptions,
Expand Down

0 comments on commit 787044c

Please sign in to comment.