Skip to content

Commit

Permalink
Update deps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hviana committed Jun 2, 2020
1 parent c6d09c6 commit 014e0a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.ts
@@ -1,3 +1,3 @@
export { ensureDir, move } from "https://deno.land/std@0.54.0/fs/mod.ts";
export { v4 } from "https://deno.land/std@0.54.0/uuid/mod.ts";
export { MultipartReader } from "https://deno.land/std@0.54.0/mime/multipart.ts";
export { ensureDir, move } from "https://deno.land/std@0.55.0/fs/mod.ts";
export { v4 } from "https://deno.land/std@0.55.0/uuid/mod.ts";
export { MultipartReader } from "https://deno.land/std@0.55.0/mime/multipart.ts";

0 comments on commit 014e0a1

Please sign in to comment.