summaryrefslogtreecommitdiff
path: root/deps/npm/doc
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2016-07-01 14:35:20 -0700
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2016-07-04 09:55:33 +0200
commitb3ec2432a1c814b9ff8ae9f74cd94a8ae93d70c2 (patch)
tree3df1f94b9263888f4a63cfbe9b1b7b834066e37b /deps/npm/doc
parentfb4c022fbe0dd3182cfc6d19fe8710402d9697ca (diff)
downloadnode-new-b3ec2432a1c814b9ff8ae9f74cd94a8ae93d70c2.tar.gz
deps: upgrade npm to 3.10.3
Contains the following npm release: - https://github.com/npm/npm/releases/tag/v3.10.3 PR-URL: https://github.com/nodejs/node/pull/7515 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'deps/npm/doc')
-rw-r--r--deps/npm/doc/cli/npm-ls.md2
-rw-r--r--deps/npm/doc/cli/npm-publish.md5
2 files changed, 6 insertions, 1 deletions
diff --git a/deps/npm/doc/cli/npm-ls.md b/deps/npm/doc/cli/npm-ls.md
index 70835189aa..65e8366d46 100644
--- a/deps/npm/doc/cli/npm-ls.md
+++ b/deps/npm/doc/cli/npm-ls.md
@@ -89,7 +89,7 @@ Display only the dependency tree for packages in `devDependencies`.
When "dev" or "development", is an alias to `dev`.
-When "prod" or "production", is an alias to `production`.`
+When "prod" or "production", is an alias to `production`.
## SEE ALSO
diff --git a/deps/npm/doc/cli/npm-publish.md b/deps/npm/doc/cli/npm-publish.md
index 4ffefb8823..fa512e1a17 100644
--- a/deps/npm/doc/cli/npm-publish.md
+++ b/deps/npm/doc/cli/npm-publish.md
@@ -48,6 +48,10 @@ Once a package is published with a given name and version, that
specific name and version combination can never be used again, even if
it is removed with npm-unpublish(1).
+For a "dry run" that does everything except actually publishing to the
+registry, see `npm-pack(1)`, which figures out the files to be included and
+packs them into a tarball to be uploaded to the registry.
+
## SEE ALSO
* npm-registry(7)
@@ -56,3 +60,4 @@ it is removed with npm-unpublish(1).
* npm-owner(1)
* npm-deprecate(1)
* npm-tag(1)
+* npm-pack(1)