From f427fca3008c6dd22ca41f2a0d7d54010e7e5f9c Mon Sep 17 00:00:00 2001 From: Yuki Tanaka Date: Sun, 11 Jul 2021 15:54:07 +0900 Subject: [PATCH] chore: Remove std/fmt/colors (#241) --- modules-lock.json | 3 +-- modules.json | 3 +-- vendor/https/deno.land/std/fmt/colors.ts | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 vendor/https/deno.land/std/fmt/colors.ts diff --git a/modules-lock.json b/modules-lock.json index 1a50a4da..8c7accac 100644 --- a/modules-lock.json +++ b/modules-lock.json @@ -8,8 +8,7 @@ "/testing/asserts.ts", "/io/buffer.ts", "/io/bufio.ts", - "/io/util.ts", - "/fmt/colors.ts" + "/io/util.ts" ] }, "https://cdn.skypack.dev/lodash-es": { diff --git a/modules.json b/modules.json index 1a50a4da..8c7accac 100644 --- a/modules.json +++ b/modules.json @@ -8,8 +8,7 @@ "/testing/asserts.ts", "/io/buffer.ts", "/io/bufio.ts", - "/io/util.ts", - "/fmt/colors.ts" + "/io/util.ts" ] }, "https://cdn.skypack.dev/lodash-es": { diff --git a/vendor/https/deno.land/std/fmt/colors.ts b/vendor/https/deno.land/std/fmt/colors.ts deleted file mode 100644 index 467d407f..00000000 --- a/vendor/https/deno.land/std/fmt/colors.ts +++ /dev/null @@ -1 +0,0 @@ -export * from "https://deno.land/std@0.100.0/fmt/colors.ts";