mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore: oxc_cfg.publish = true
This commit is contained in:
parent
7ec44f84a5
commit
9e14c75e2a
2 changed files with 2 additions and 1 deletions
|
|
@ -90,10 +90,10 @@ oxc_sourcemap = { version = "0.14.0", path = "crates/oxc_sourcemap"
|
|||
oxc_ast_macros = { version = "0.14.0", path = "crates/oxc_ast_macros" }
|
||||
oxc_traverse = { version = "0.14.0", path = "crates/oxc_traverse" }
|
||||
oxc_module_lexer = { version = "0.14.0", path = "crates/oxc_module_lexer" }
|
||||
oxc_cfg = { version = "0.0.0", path = "crates/oxc_cfg" }
|
||||
oxc_isolated_declarations = { version = "0.14.0", path = "crates/oxc_isolated_declarations" }
|
||||
|
||||
# publish = false
|
||||
oxc_cfg = { path = "crates/oxc_cfg" }
|
||||
oxc_macros = { path = "crates/oxc_macros" }
|
||||
oxc_linter = { path = "crates/oxc_linter" }
|
||||
oxc_prettier = { path = "crates/oxc_prettier" }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
[package]
|
||||
name = "oxc_cfg"
|
||||
version = "0.0.0"
|
||||
publish = true
|
||||
authors.workspace = true
|
||||
description.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue