Skip to content

Commit 1da5cf0

Browse files
authored
docs: add link to engines section (#7198)
1 parent 1114a12 commit 1da5cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Some tips:
4040
* Don't use the same name as a core Node module.
4141
* Don't put "js" or "node" in the name. It's assumed that it's js, since
4242
you're writing a package.json file, and you can specify the engine using
43-
the "engines" field. (See below.)
43+
the "[engines](#engines)" field. (See below.)
4444
* The name will probably be passed as an argument to require(), so it
4545
should be something short, but also reasonably descriptive.
4646
* You may want to check the npm registry to see if there's something by

0 commit comments

Comments
 (0)