diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2022-09-10 08:43:51 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-10 08:43:51 +0900 |
commit | 59476ab96d04e92c2f00704672e692fc9d2b12a2 (patch) | |
tree | 9ff24424001e4bc7e2ce06ad863b8dfccdf13bcf | |
parent | f92bd986de7f083ac164c0e3a2b04d3504c29741 (diff) |
chore(cli): exclude npm registry data from crate package (#15832)
-rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index eaef87e00..e007740c3 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" |