From 59476ab96d04e92c2f00704672e692fc9d2b12a2 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa <stibium121@gmail.com> Date: Sat, 10 Sep 2022 08:43:51 +0900 Subject: [PATCH] chore(cli): exclude npm registry data from crate package (#15832) --- cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index eaef87e000..e007740c32 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -6,6 +6,7 @@ version = "1.25.2" authors = ["the Deno authors"] default-run = "deno" edition = "2021" +exclude = ["tests/testdata/npm/registry/*"] license = "MIT" repository = "https://github.com/denoland/deno" description = "Provides the deno executable"