Skip to content

Commit 4aa4a05

Browse files
committed
chore(justfile): add dprint
1 parent 3572966 commit 4aa4a05

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "oxc_sourcemap"
33
version = "4.0.2"
4-
publish = true
54
authors = ["Boshen <boshenc@gmail.com>"]
65
categories = []
76
edition = "2024"
87
include = ["/src", "build.rs"]
98
keywords = ["javascript", "sourcemap", "sourcemaps"]
109
license = "MIT"
10+
publish = true
1111
readme = "README.md"
1212
repository = "https://github.com/oxc-project/oxc-sourcemap"
1313
rust-version = "1.85.0"

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ ready:
1616
fmt:
1717
-cargo shear --fix # remove all unused dependencies
1818
cargo fmt --all
19+
dprint fmt

0 commit comments

Comments
 (0)