mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 00:23:10 +03:00
chore: Publish crates
This commit is contained in:
parent
568aca4fed
commit
906b23dcc2
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3249,7 +3249,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_prefixer"
|
||||
version = "0.113.1"
|
||||
version = "0.113.2"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"preset_env_base",
|
||||
|
@ -3,11 +3,11 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
||||
description = "Port of stylis"
|
||||
documentation = "https://rustdoc.swc.rs/swc_stylis/"
|
||||
edition = "2021"
|
||||
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
|
||||
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_prefixer"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.113.1"
|
||||
version = "0.113.2"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
Loading…
Reference in New Issue
Block a user