Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b2c5235

Browse filesBrowse files
authored
doc: fix stray carriage return in packages.md
PR-URL: #62350 Refs: https://openjs-foundation.slack.com/archives/C019Y2T6STH/p1774015976262609 Refs: #62302 Refs: https://github.com/nodejs/node/actions/runs/23347139396/job/67915524762?pr=61767 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Jacob Smith <jacob@frende.me>
1 parent 052aec7 commit b2c5235
Copy full SHA for b2c5235

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/packages.md‎

Copy file name to clipboardExpand all lines: doc/api/packages.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ added: v0.4.0
10121012
The `"main"` field defines the entry point of a package when imported by name
10131013
via a `node_modules` lookup. Its value is a path.
10141014

1015-
The [`"exports"`][] field, if it exists, takes precedence over the
1015+
The [`"exports"`][] field, if it exists, takes precedence over the
10161016
`"main"` field when importing the package by name.
10171017

10181018
It also defines the script that is used when the [package directory is loaded

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.