Skip to content

Commit

Permalink
Update std/archive version
Browse files Browse the repository at this point in the history
  • Loading branch information
MMMartt committed Jan 26, 2024
1 parent b03a1d8 commit 0b49ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { Tar, Untar } from "https://deno.land/std@0.129.0/archive/tar.ts";
export { Tar, Untar } from "https://deno.land/std@0.213.0/archive/mod.ts";
export { ensureFile } from "https://deno.land/[email protected]/fs/ensure_file.ts";
export { ensureDir } from "https://deno.land/[email protected]/fs/ensure_dir.ts";
export { EventEmitter } from "https://deno.land/[email protected]/node/events.ts";
Expand Down

0 comments on commit 0b49ab9

Please sign in to comment.