Skip to content

Commit

Permalink
fix(npm): use start directory deno.json as "root deno.json config" in…
Browse files Browse the repository at this point in the history
… npm workspace (#24538)
  • Loading branch information
dsherret committed Jul 11, 2024
1 parent 1200f69 commit 77f771b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 101,7 @@ console_static_text = "=0.8.1"
data-encoding = "2.3.3"
data-url = "=0.3.0"
deno_cache_dir = "=0.10.0"
deno_config = { version = "=0.21.1", default-features = false }
deno_config = { version = "=0.21.3", default-features = false }
dlopen2 = "0.6.1"
ecb = "=0.1.2"
elliptic-curve = { version = "0.13.4", features = ["alloc", "arithmetic", "ecdh", "std", "pem"] }
Expand Down

0 comments on commit 77f771b

Please sign in to comment.