Skip to content

Commit

Permalink
docs: modifying existing example to support latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Santoshraj2 committed May 13, 2024
1 parent b54cdb8 commit f74e351
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 f74e351

Please # to comment.