Skip to content

Commit 9ff6ccf

Browse files
committed
chore: Publish swc_emotion
1 parent 29aca67 commit 9ff6ccf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

packages/emotion/transform/Cargo.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description = "AST Transforms for emotion"
44
edition = "2021"
55
license = "Apache-2.0"
66
name = "swc_emotion"
7-
publish = false
87
repository = "https://github.com/swc-project/plugins.git"
98
version = "0.28.3"
109

@@ -19,20 +18,20 @@ radix_fmt = "1"
1918
regex = "1.5"
2019
serde = "1"
2120
sourcemap = "6.0.1"
22-
swc_core = { features = [
21+
swc_core = {features = [
2322
"common",
2423
"ecma_ast",
2524
"ecma_codegen",
2625
"ecma_utils",
2726
"ecma_visit",
2827
"trace_macro",
29-
], version = "0.44.2" }
30-
tracing = { version = "0.1.37", features = ["release_max_level_info"] }
28+
], version = "0.44.2"}
29+
tracing = {version = "0.1.37", features = ["release_max_level_info"]}
3130

3231
[dev-dependencies]
3332
serde_json = "1"
34-
swc_core = { features = [
33+
swc_core = {features = [
3534
"testing_transform",
3635
"ecma_transforms_react",
37-
], version = "0.44.2" }
36+
], version = "0.44.2"}
3837
testing = "0.31.17"

0 commit comments

Comments
 (0)