mirror of
https://github.com/denoland/deno.git
synced 2024-12-31 11:34:15 -05:00
chore(cli): exclude npm registry data from crate package (#15832)
This commit is contained in:
parent
f92bd986de
commit
59476ab96d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ version = "1.25.2"
|
||||||
authors = ["the Deno authors"]
|
authors = ["the Deno authors"]
|
||||||
default-run = "deno"
|
default-run = "deno"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
exclude = ["tests/testdata/npm/registry/*"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/denoland/deno"
|
repository = "https://github.com/denoland/deno"
|
||||||
description = "Provides the deno executable"
|
description = "Provides the deno executable"
|
||||||
|
|
Loading…
Reference in a new issue