We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41facf6 commit ad65bd9Copy full SHA for ad65bd9
docs/content/configuring-npm/package-json.md
@@ -562,8 +562,7 @@ tarball or git URL.
562
**Please do not put test harnesses or transpilers or other "development"
563
time tools in your `dependencies` object.** See `devDependencies`, below.
564
565
-See [semver]([/using-npm/semver](https://github.com/npm/node-semver#versions))
566
-for more details about specifying version ranges.
+See [semver](/using-npm/semver#versions) for more details about specifying version ranges.
567
568
* `version` Must match `version` exactly
569
* `>version` Must be greater than `version`
0 commit comments