🐛 Bug: options.bin
should have preceding ./
removed if present
#2081
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Milestone
Bug Report Checklist
main
branch of the repository.Expected
Per https://docs.npmjs.com/cli/v11/configuring-npm/package-json#bin, the
bin
property inpackage.json
doesn't need to start with./
. It's cleaner not to, and not all other tools support a preceding./
.Actual
No changes when run in transition mode right now. Example: https://github.com/JoshuaKGoldberg/github-sponsors-to-markdown/pull/749/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R16
Additional Info
🎁
The text was updated successfully, but these errors were encountered: