From 347efd3fab78549a6b1962635cd574f2e5e0da91 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa 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 021195bb46..4d9262c761 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"