Skip to content

Commit

Permalink
docs: suggest correct bin entry (#7518)
Browse files Browse the repository at this point in the history
Our existing example present in npm doc was giving warning, so just
modified that so that we will not get any warning .

Closes: #7302
  • Loading branch information
Santoshraj2 committed May 14, 2024
1 parent b54cdb8 commit b2ce025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/content/configuring-npm/package-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ For example, myapp could have this:
```json
{
"bin": {
"myapp": "./cli.js"
"myapp": "bin/cli.js"
}
}
```
Expand Down

0 comments on commit b2ce025

Please sign in to comment.