Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/cli-commands/npm-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ will create a scoped package.

### See Also

* <https://github.com/isaacs/init-package-json>
* <https://github.com/npm/init-package-json>
* [package.json](/configuring-npm/package-json)
* [npm version](/cli-commands/version)
* [npm scope](/using-npm/scope)
2 changes: 1 addition & 1 deletion docs/content/configuring-npm/package-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Changes to the package should come along with changes to the version. If you don
plan to publish your package, the name and version fields are optional.

Version must be parseable by
[node-semver](https://github.com/isaacs/node-semver), which is bundled
[node-semver](https://github.com/npm/node-semver), which is bundled
with npm as a dependency. (`npm install semver` to use it yourself.)

More on version numbers and ranges at [semver](/using-npm/semver).
Expand Down