mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
### What does this PR do? Two things: - we weren't adding the root package to the `pkg_map`. - `link:` dependency paths in `"snapshots"` weren't being joined with the top level dir. ### How did you verify your code works? Manually and added a test.
7 lines
96 B
JSON
7 lines
96 B
JSON
{
|
|
"name": "transitive-root-link-pkg",
|
|
"dependencies": {
|
|
"two-range-deps": "1.0.0"
|
|
}
|
|
}
|