Skip to content

Commit

Permalink
Merge pull request #34 from ratson/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hayd committed Nov 30, 2021
2 parents 7c40740 + 9ea4327 commit 70338db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: denolib/setup-deno@master
with:
deno-version: 1.4.6
deno-version: 1.16.3

- name: Run tests
run: deno test --allow-read --allow-write --unstable
6 changes: 3 additions & 3 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.99.0/fs/walk.ts";
import { SEP, join } from "https://deno.land/std@0.99.0/path/mod.ts";
import _JSZip from "https://esm.sh/jszip@3.7.1";
import { WalkOptions, walk } from "https://deno.land/std@0.116.0/fs/walk.ts";
import { SEP, join } from "https://deno.land/std@0.116.0/path/mod.ts";
import type {
InputFileFormat,
JSZipFileOptions,
Expand Down

0 comments on commit 70338db

Please sign in to comment.