mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
Revert "Remove ansi_term dependency"
Broke colors https://github.com/denoland/deno/issues/4112#issuecomment-590545385 This reverts commit c250778704a4e0065e54e6bf6ca6c39d556a6d8d.
This commit is contained in:
parent
09907c8bb2
commit
2cce592c15
1
encoding/testdata/cargo.toml
vendored
1
encoding/testdata/cargo.toml
vendored
@ -23,6 +23,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
deno_core = { path = "./core" }
|
||||
|
||||
ansi_term = "0.11.0"
|
||||
atty = "0.2.11"
|
||||
dirs = "1.0.5"
|
||||
flatbuffers = "0.5.0"
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user