chore: Publish crates

This commit is contained in:
Donny/강동윤 2022-07-27 14:54:57 +09:00
parent 568aca4fed
commit 906b23dcc2
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3249,7 +3249,7 @@ dependencies = [
[[package]]
name = "swc_css_prefixer"
version = "0.113.1"
version = "0.113.2"
dependencies = [
"once_cell",
"preset_env_base",

View File

@ -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