We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1114a12 commit 1da5cf0Copy full SHA for 1da5cf0
docs/lib/content/configuring-npm/package-json.md
@@ -40,7 +40,7 @@ Some tips:
40
* Don't use the same name as a core Node module.
41
* Don't put "js" or "node" in the name. It's assumed that it's js, since
42
you're writing a package.json file, and you can specify the engine using
43
- the "engines" field. (See below.)
+ the "[engines](#engines)" field. (See below.)
44
* The name will probably be passed as an argument to require(), so it
45
should be something short, but also reasonably descriptive.
46
* You may want to check the npm registry to see if there's something by
0 commit comments