Skip to content

Commit

Permalink
chore: update snapshots and cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jan 8, 2024
1 parent 12b4834 commit c5817b7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/biome_css_analyze/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
authors.workspace = true
categories.workspace = true
description = "Biome CSS analyzer"
description = "Biome's CSS linter"
edition.workspace = true
homepage.workspace = true
keywords.workspace = true
license.workspace = true
name = "biome_css_analyze"
repository.workspace = true
version = "0.1.0"
version = "0.4.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source: crates/biome_migrate/tests/spec_tests.rs
expression: invalid.json
---
# Input
```js
```json
{
"formatter": {
"indentSize": 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source: crates/biome_migrate/tests/spec_tests.rs
expression: invalid.json
---
# Input
```js
```json
{
"$schema": "https://biomejs.dev/schemas/1.0.0/schema.json"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source: crates/biome_migrate/tests/spec_tests.rs
expression: valid.json
---
# Input
```js
```json
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json"
}
Expand Down

0 comments on commit c5817b7

Please sign in to comment.