Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Oct 11, 2024
1 parent a630272 commit 9a89362
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
},
"imports": {
"@david/dax": "jsr:@david/dax@^0.39.2",
"@std/archive": "jsr:@std/archive@^0.218.2",
"@std/assert": "jsr:@std/assert@^0.218.2",
"@std/cli": "jsr:@std/cli@^0.218.2",
"@std/encoding": "jsr:@std/encoding@^0.218.2",
Expand Down
2 changes: 1 addition & 1 deletion lib/wasmopt.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2018-2024 the Deno authors. MIT license.

import { UntarStream } from "https://raw.githubusercontent.com/denoland/std/0352a3c441aefe39d1233b4be92c49e404963457/tar/untar_stream.ts";
import { UntarStream } from "@std/tar/untar-stream";
import { ensureDir } from "@std/fs/ensure_dir";
import * as colors from "@std/fmt/colors";
import * as path from "@std/path";
Expand Down

0 comments on commit 9a89362

Please sign in to comment.