summaryrefslogtreecommitdiff
path: root/std/encoding/toml_test.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-02-24 17:18:15 -0500
committerGitHub <noreply@github.com>2020-02-24 17:18:15 -0500
commit4005174f6c584fd5200dbe450b269a7f0de487ce (patch)
tree7cc3b463e81054f0f29219276ec64aeb5fd87d14 /std/encoding/toml_test.ts
parent79c6e052ed29b9b78c31f2e01da3b91f76b6a017 (diff)
Revert "Remove ansi_term dependency"
Broke colors https://github.com/denoland/deno/issues/4112#issuecomment-590545385 This reverts commit c250778704a4e0065e54e6bf6ca6c39d556a6d8d.
Diffstat (limited to 'std/encoding/toml_test.ts')
-rw-r--r--std/encoding/toml_test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/encoding/toml_test.ts b/std/encoding/toml_test.ts
index 425b8a22c..f1f89b428 100644
--- a/std/encoding/toml_test.ts
+++ b/std/encoding/toml_test.ts
@@ -260,6 +260,7 @@ 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",