Skip to content

Commit

Permalink
Merge pull request #17 from MMMartt/upgrade-std_archive-version
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingZhang authored Jan 26, 2024
2 parents b03a1d8 + 0b49ab9 commit 3f3dce4
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 3f3dce4

Please sign in to comment.