Skip to content

Commit

Permalink
Merge pull request #14 from GGICE/master
Browse files Browse the repository at this point in the history
update deps support deno 1.10
  • Loading branch information
hviana authored May 18, 2021
2 parents bce9f5c + 9795c92 commit b698c5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { ensureDir, ensureDirSync, move } from "https://deno.land/std@0.82.0/fs/mod.ts";
export { v4 } from "https://deno.land/std@0.82.0/uuid/mod.ts";
export { MultipartReader } from "https://deno.land/std@0.82.0/mime/multipart.ts";
export { ensureDir, ensureDirSync, move } from "https://deno.land/std@0.96.0/fs/mod.ts";
export { v4 } from "https://deno.land/std@0.96.0/uuid/mod.ts";
export { MultipartReader } from "https://deno.land/std@0.96.0/mime/multipart.ts";

0 comments on commit b698c5e

Please sign in to comment.