Skip to content

Commit

Permalink
Merge pull request #9 from anthonychu/std-v0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hayd authored May 17, 2020
2 parents 48066cd + 6a2c928 commit 106f411
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@v0.50.0/fs/mod.ts";
import { SEP, join } from "https://deno.land/std@v0.50.0/path/mod.ts";
import { WalkOptions, walk } from "https://deno.land/std@v0.51.0/fs/mod.ts";
import { SEP, join } from "https://deno.land/std@v0.51.0/path/mod.ts";
import {
InputFileFormat,
JSZipFileOptions,
Expand Down

0 comments on commit 106f411

Please sign in to comment.