summaryrefslogtreecommitdiff
path: root/js/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'js/Cargo.toml')
-rw-r--r--js/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Cargo.toml b/js/Cargo.toml
index f36ca7de7..40cc43d93 100644
--- a/js/Cargo.toml
+++ b/js/Cargo.toml
@@ -7,8 +7,8 @@ edition = "2018"
description = "Provides snapshots for the deno CLI"
repository = "https://github.com/denoland/deno"
exclude = [
- "deps/https/deno.land/std/fs/testdata/0-link.ts",
- "deps/https/deno.land/std/fs/testdata/copy_dir_link_file/0.txt",
+ "std/fs/testdata/0-link.ts",
+ "std/fs/testdata/copy_dir_link_file/0.txt",
]
[lib]