Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Oct 2, 2020
1 parent 7a6f33f commit a85043b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deno_lint"
version = "0.2.0"
version = "0.2.1"
edition = "2018"
description = "lint for deno"
authors = ["the Deno authors"]
Expand All @@ -26,7 +26,7 @@ serde = { version = "1.0.88", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
swc_atoms = "0.2"
swc_common = "=0.10.3"
swc_ecmascript = { version = "=0.8.1", features = ["parser", "transforms", "utils", "visit"] }
swc_ecmascript = { version = "=0.8.3", features = ["parser", "transforms", "utils", "visit"] }
regex = "1.3.9"

[dev-dependencies]
Expand Down

0 comments on commit a85043b

Please sign in to comment.