summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-08-08 16:20:21 +0200
committerGitHub <noreply@github.com>2020-08-08 16:20:21 +0200
commit165928d5dc33d3c0a1ac72bae059885b47cb558e (patch)
tree108c80c7dd4438c82be275afb7c9ce0769ab2596 /cli
parent59ca66a207ceb4699e1322ce22f953ac0f124f13 (diff)
upgrade: deno_lint v0.1.21 (#6985)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index bedbdb657..5c7601222 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -24,7 +24,7 @@ winapi = "0.3.8"
[dependencies]
deno_core = { path = "../core", version = "0.51.0" }
-deno_lint = "0.1.20"
+deno_lint = { version = "0.1.21", features = ["json"] }
atty = "0.2.14"
base64 = "0.12.2"