Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ The `"engines"` field provides both a human-friendly and a machine-friendly indi

Specifically in relation to Node.js, there are 4 problems to solve:

- Determining format of source code files (author running her/his own code)
- Determining format of source code files (author running their own code)
- Determining format of distribution files (code consumers will receive)

- Publicising distribution code for when it is `require()`’d (consumer expects CJS)
Expand Down
Loading