Skip to content

Commit e479f1d

Browse files
felipecrsnlf
authored andcommitted
docs: mention directories.bin in bin
PR-URL: #3146 Credit: @felipecrs Close: #3146 Reviewed-by: @wraithgar
1 parent c371f18 commit e479f1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/configuring-npm/package-json.md

+2
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,8 @@ Please make sure that your file(s) referenced in `bin` starts with
386386
`#!/usr/bin/env node`, otherwise the scripts are started without the node
387387
executable!
388388

389+
Note that you can also set the executable files using [directories.bin](#directoriesbin).
390+
389391
### man
390392

391393
Specify either a single file or an array of filenames to put in place for

0 commit comments

Comments
 (0)