diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-02 21:17:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-02 21:17:39 +0100 |
| commit | cac28b52621975137b86d4fd6efc32cecc10d682 (patch) | |
| tree | 6338163b4be9d578dbe046a95c90cea274026b15 /Cargo.lock | |
| parent | bbd4ae1bc12dc6b34d4a455015096b7113a5cec5 (diff) | |
feat(byonm): support `deno run npm:<package>` when package is not in package.json (#25981)
Closes https://github.com/denoland/deno/issues/25905
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index f264f41e3..8a51f541d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1985,6 +1985,7 @@ dependencies = [ "deno_semver", "node_resolver", "test_server", + "thiserror", "url", ] |
