From c250778704a4e0065e54e6bf6ca6c39d556a6d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Souto?= Date: Mon, 24 Feb 2020 15:29:56 +0000 Subject: Remove ansi_term dependency (#4106) --- std/encoding/testdata/cargo.toml | 1 - std/encoding/toml_test.ts | 1 - 2 files changed, 2 deletions(-) (limited to 'std/encoding') diff --git a/std/encoding/testdata/cargo.toml b/std/encoding/testdata/cargo.toml index 93583edbf..667814233 100644 --- a/std/encoding/testdata/cargo.toml +++ b/std/encoding/testdata/cargo.toml @@ -23,7 +23,6 @@ edition = "2018" [dependencies] deno_core = { path = "./core" } -ansi_term = "0.11.0" atty = "0.2.11" dirs = "1.0.5" flatbuffers = "0.5.0" 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", -- cgit v1.2.3