summaryrefslogtreecommitdiff
path: root/std/encoding/toml_test.ts
diff options
context:
space:
mode:
authorJoão Souto <joao.jpgs@hotmail.com>2020-02-25 00:30:17 +0000
committerGitHub <noreply@github.com>2020-02-24 19:30:17 -0500
commit5c1ab080cd8989c3ac2b3a8c919fe14052feac79 (patch)
treec6c31ddaa8634f9d7793f662fcdeed9db7e1b437 /std/encoding/toml_test.ts
parentac933dd1b89a20b2e63b5d6edc5b3d0c549335bc (diff)
Remove ansi_term dependency (#4116)
Diffstat (limited to 'std/encoding/toml_test.ts')
-rw-r--r--std/encoding/toml_test.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/encoding/toml_test.ts b/std/encoding/toml_test.ts
index f1f89b428..425b8a22c 100644
--- a/std/encoding/toml_test.ts
+++ b/std/encoding/toml_test.ts
@@ -260,7 +260,6 @@ Deno.test({
package: { name: "deno", version: "0.3.4", edition: "2018" },
dependencies: {
deno_core: { path: "./core" },
- ansi_term: "0.11.0",
atty: "0.2.11",
dirs: "1.0.5",
flatbuffers: "0.5.0",