diff --git a/crates/swc_html_utils/Cargo.toml b/crates/swc_html_utils/Cargo.toml index f5a469ae2a1..dfee18b20dc 100644 --- a/crates/swc_html_utils/Cargo.toml +++ b/crates/swc_html_utils/Cargo.toml @@ -6,7 +6,7 @@ authors = [ description = "Utils for HTML" documentation = "https://rustdoc.swc.rs/swc_html_utils/" edition = "2021" -include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"] +include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"] license = "Apache-2.0" name = "swc_html_utils" repository = "https://github.com/swc-project/swc.git"