chore(cli): exclude npm registry data from crate package (#15832)

This commit is contained in:
Yoshiya Hinosawa 2022-09-10 08:43:51 +09:00 committed by GitHub
parent f92bd986de
commit 59476ab96d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"