From 9a8936252e367dc92a7cef8f0bdd9bc86e643c8c Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Fri, 11 Oct 2024 16:22:45 +1100 Subject: [PATCH] update --- deno.json | 1 - lib/wasmopt.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/deno.json b/deno.json index 8315bfe..87c7233 100644 --- a/deno.json +++ b/deno.json @@ -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", diff --git a/lib/wasmopt.ts b/lib/wasmopt.ts index 119f74b..01e9309 100644 --- a/lib/wasmopt.ts +++ b/lib/wasmopt.ts @@ -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";