chore: do not publish some of the crates

This commit is contained in:
Boshen 2023-03-30 22:39:51 +08:00
parent f51c8135a3
commit d46c7aabd9
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1
5 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,6 @@
[package]
name = "oxc_cli"
publish = false
authors.workspace = true
description.workspace = true
edition.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "oxc_linter"
publish = false
authors.workspace = true
description.workspace = true
edition.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "oxc_macros"
publish = false
authors.workspace = true
description.workspace = true
edition.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "oxc_minifier"
publish = false
authors.workspace = true
description.workspace = true
edition.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "oxc_wasm"
publish = false
authors.workspace = true
edition.workspace = true
keywords.workspace = true