Skip to content

Commit

Permalink
Remove ansi_term dependency (denoland/deno#4116)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsouto18 authored and denobot committed Jan 31, 2021
1 parent 0ca5594 commit 301215a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion encoding/testdata/cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion encoding/toml_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 301215a

Please sign in to comment.