diff --git a/Cargo.toml b/Cargo.toml index f1d474fe9..7a7b645df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/crates/oxc_cfg/Cargo.toml b/crates/oxc_cfg/Cargo.toml index 2adcaca57..5c582cafa 100644 --- a/crates/oxc_cfg/Cargo.toml +++ b/crates/oxc_cfg/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "oxc_cfg" version = "0.0.0" +publish = true authors.workspace = true description.workspace = true edition.workspace = true