Skip to content

Commit

Permalink
chore(napi/parser): publish oxc_parser_napi
Browse files Browse the repository at this point in the history
closes #8118
  • Loading branch information
Boshen committed Jan 3, 2025
1 parent 6e2ec17 commit 0e14bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ oxc_semantic = { version = "0.44.0", path = "crates/oxc_semantic" }
oxc_span = { version = "0.44.0", path = "crates/oxc_span" }
oxc_syntax = { version = "0.44.0", path = "crates/oxc_syntax" }
oxc_transform_napi = { version = "0.44.0", path = "napi/transform" }
oxc_parser_napi = { version = "0.44.0", path = "napi/parser" }
oxc_transformer = { version = "0.44.0", path = "crates/oxc_transformer" }
oxc_traverse = { version = "0.44.0", path = "crates/oxc_traverse" }

Expand Down
2 changes: 1 addition & 1 deletion napi/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition.workspace = true
homepage.workspace = true
keywords.workspace = true
license.workspace = true
publish = false
publish = true
repository.workspace = true
rust-version.workspace = true
description.workspace = true
Expand Down

0 comments on commit 0e14bd8

Please sign in to comment.