Skip to content

Commit

Permalink
docs(configuring-npm) update link
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik Sundari committed Mar 16, 2021
1 parent 837a864 commit 62986e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/configuring-npm/package-json.md
Expand Up @@ -562,7 +562,7 @@ tarball or git URL.
**Please do not put test harnesses or transpilers or other "development"
time tools in your `dependencies` object.** See `devDependencies`, below.

See [semver](/using-npm/semver) for more details about specifying version ranges.
See [semver](/using-npm/semver#versions) for more details about specifying version ranges.

* `version` Must match `version` exactly
* `>version` Must be greater than `version`
Expand Down

0 comments on commit 62986e3

Please sign in to comment.