Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/files/package.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ Conversely, some files are always ignored:
* `*.orig`
* `package-lock.json` (use shrinkwrap instead)

**NOTE: `files` won’t work for `file:` dependencies because they get symlinked.**

## main

The main field is a module ID that is the primary entry point to your program.
Expand Down