diff options
-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" |