diff options
author | Kat Marchán <kzm@zkat.tech> | 2018-07-18 13:55:52 -0700 |
---|---|---|
committer | Michaël Zasso <targos@protonmail.com> | 2018-07-29 14:16:56 +0200 |
commit | 5842366ae83a36065d626e3937ad8fc327efab30 (patch) | |
tree | 663eb6d493b00788d83d7a71fc2489adabd24527 /deps/npm/man/man5/package.json.5 | |
parent | 2aca0957f46af0be33368a1fcb398e63a35c46ef (diff) | |
download | node-new-5842366ae83a36065d626e3937ad8fc327efab30.tar.gz |
deps: upgrade npm to 6.2.0
PR-URL: https://github.com/nodejs/node/pull/21592
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/npm/man/man5/package.json.5')
-rw-r--r-- | deps/npm/man/man5/package.json.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/deps/npm/man/man5/package.json.5 b/deps/npm/man/man5/package.json.5 index 2c24a01ab7..358211f4c6 100644 --- a/deps/npm/man/man5/package.json.5 +++ b/deps/npm/man/man5/package.json.5 @@ -1,4 +1,4 @@ -.TH "PACKAGE\.JSON" "5" "May 2018" "" "" +.TH "PACKAGE\.JSON" "5" "July 2018" "" "" .SH "NAME" \fBpackage.json\fR \- Specifics of npm's package\.json handling .SH DESCRIPTION @@ -449,7 +449,7 @@ Do it like this: .nf "repository" : { "type" : "git" - , "url" : "https://github\.com/npm/npm\.git" + , "url" : "https://github\.com/npm/cli\.git" } "repository" : @@ -605,10 +605,10 @@ Examples: .P .RS 2 .nf -git+ssh://git@github\.com:npm/npm\.git#v1\.0\.27 -git+ssh://git@github\.com:npm/npm#semver:^5\.0 -git+https://isaacs@github\.com/npm/npm\.git -git://github\.com/npm/npm\.git#v1\.0\.27 +git+ssh://git@github\.com:npm/cli\.git#v1\.0\.27 +git+ssh://git@github\.com:npm/cli#semver:^5\.0 +git+https://isaacs@github\.com/npm/cli\.git +git://github\.com/npm/cli\.git#v1\.0\.27 .fi .RE .SS GitHub URLs |