From 858372ffada23f0f36c1161d2ec36b6da93d973c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Sat, 12 Mar 2022 00:36:02 +0900 Subject: [PATCH] fix(es/preset-env): Publish `builtin.json` (#3973) --- crates/swc_ecma_preset_env/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index f7e927dcb3b..e2530f8f71f 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -3,7 +3,7 @@ authors = ["강동윤 "] description = "preset-env for the swc" documentation = "https://rustdoc.swc.rs/swc_ecma_preset_env/" edition = "2021" -include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"] +include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_ecma_preset_env" version = "0.105.1"