Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-06 | fix(cli): Overwrite existing bin entries in `node_modules` (#24123) | Nathan Whitaker | |
Previously we warned on unix and didn't touch them on windows, now we unconditionally overwrite them. This matches what npm does. | |||
2024-05-23 | fix(npm): set up node_modules/.bin/ entries for package that provide bin ↵ | Bartek Iwańczuk | |
entrypoints (#23496) Closes https://github.com/denoland/deno/issues/23036 --------- Co-authored-by: Nathan Whitaker <nathan@deno.com> |