Skip to content

Commit

Permalink
docs(configuring-npm): Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik Sundari committed Mar 13, 2021
1 parent 08673c3 commit 837a864
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/content/configuring-npm/package-json.md
Expand Up @@ -562,8 +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](https://github.com/npm/node-semver#versions))
for more details about specifying version ranges.
See [semver](/using-npm/semver) for more details about specifying version ranges.

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

0 comments on commit 837a864

Please sign in to comment.