1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/cli/npm
David Sherret 14b7e9db08 fix(npm): reduce copy packages when resolving optional peer dependencies (#17280)
If an optional peer dependency entry previously wasn't resolved and it's
now being resolved, then it will add it as if it were a dependency of
the previously resolved package instead of creating a new "copy package"
(seems to be what npm and pnpm does).

Closes #17240
2023-01-13 11:20:12 -05:00
..
resolution fix(npm): reduce copy packages when resolving optional peer dependencies (#17280) 2023-01-13 11:20:12 -05:00
resolvers chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
semver chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
cache.rs chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
mod.rs chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
registry.rs chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
tarball.rs chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00