Skip to content

Commit

Permalink
feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 29, 2025
1 parent d09c9c6 commit d3d366c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc_interop_babel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.1.0"

[dependencies]
napi = { workspace = true, features = ["napi4"] }
serde = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }

swc_interop_nodejs = { version = "0.1.0", path = "../swc_interop_nodejs" }

0 comments on commit d3d366c

Please sign in to comment.