Skip to content

Commit

Permalink
chore: rename rome_flags to biome_flags biomejs#88
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 committed Sep 6, 2023
1 parent ed63b35 commit 9c80b6a
Show file tree
Hide file tree
Showing 8 changed files with 141 additions and 55 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rome_deserialize = { version = "0.2.0", path = "./crates/rome_deseria
rome_diagnostics = { version = "0.2.0", path = "./crates/rome_diagnostics" }
rome_diagnostics_categories = { version = "0.2.0", path = "./crates/rome_diagnostics_categories" }
rome_diagnostics_macros = { version = "0.0.1", path = "./crates/rome_diagnostics_macros" }
rome_flags = { path = "./crates/rome_flags" }
biome_flags = { path = "./crates/biome_flags" }
rome_formatter = { version = "0.1.0", path = "./crates/rome_formatter" }
rome_formatter_test = { path = "./crates/rome_formatter_test" }
rome_fs = { path = "./crates/rome_fs" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors.workspace = true
edition.workspace = true
license.workspace = true
name = "rome_flags"
name = "biome_flags"
repository.workspace = true
version = "0.0.0"

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion crates/rome_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rayon = "1.5.1"
rome_console = { workspace = true }
rome_deserialize = { workspace = true }
rome_diagnostics = { workspace = true }
rome_flags = { workspace = true }
biome_flags = { workspace = true }
rome_formatter = { workspace = true }
rome_fs = { workspace = true }
rome_json_formatter = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rome_analyze = { workspace = true, features = ["serde"] }
rome_console = { workspace = true }
rome_deserialize = { workspace = true }
rome_diagnostics = { workspace = true }
rome_flags = { workspace = true }
biome_flags = { workspace = true }
rome_formatter = { workspace = true, features = ["serde"] }
rome_fs = { workspace = true, features = ["serde"] }
rome_js_analyze = { workspace = true }
Expand Down
Loading

0 comments on commit 9c80b6a

Please sign in to comment.