From 943bef15ec4966b7c9131d8768978fd150997e5b Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 17 Dec 2024 11:12:06 +1100 Subject: [PATCH] chore: remove `@std/fmt` dependency (#184) --- deno.json | 1 - 1 file changed, 1 deletion(-) diff --git a/deno.json b/deno.json index 597924d..7aa1584 100644 --- a/deno.json +++ b/deno.json @@ -6,7 +6,6 @@ "@std/assert": "jsr:@std/assert@^1.0.9", "@std/bytes": "jsr:@std/bytes@^1.0.4", "@std/collections": "jsr:@std/collections@^1.0.9", - "@std/fmt": "jsr:@std/fmt@^1.0.3", "@std/io": "jsr:@std/io@^0.225.0" }, "tasks": {