Skip to content

Commit

Permalink
Merge pull request #28 from RanAwaySuccessfully/master
Browse files Browse the repository at this point in the history
Remove need for --unstable flag
  • Loading branch information
hayd committed Jun 19, 2021
2 parents 787044c + b2ff6dc commit 7c40740
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/jszip@3.5.0";
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 { WalkOptions, walk } from "https://deno.land/std@0.99.0/fs/walk.ts";
import { SEP, join } from "https://deno.land/std@0.99.0/path/mod.ts";
import type {
InputFileFormat,
JSZipFileOptions,
Expand Down

0 comments on commit 7c40740

Please sign in to comment.