File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ will create a scoped package.
68
68
69
69
### See Also
70
70
71
- * < https://github.com/isaacs /init-package-json >
71
+ * < https://github.com/npm /init-package-json >
72
72
* [ package.json] ( /configuring-npm/package-json )
73
73
* [ npm version] ( /cli-commands/version )
74
74
* [ npm scope] ( /using-npm/scope )
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Changes to the package should come along with changes to the version. If you don
58
58
plan to publish your package, the name and version fields are optional.
59
59
60
60
Version must be parseable by
61
- [ node-semver] ( https://github.com/isaacs /node-semver ) , which is bundled
61
+ [ node-semver] ( https://github.com/npm /node-semver ) , which is bundled
62
62
with npm as a dependency. (` npm install semver ` to use it yourself.)
63
63
64
64
More on version numbers and ranges at [ semver] ( /using-npm/semver ) .
You can’t perform that action at this time.
0 commit comments