summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-pack.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/npm-pack.md')
-rw-r--r--deps/npm/doc/cli/npm-pack.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/deps/npm/doc/cli/npm-pack.md b/deps/npm/doc/cli/npm-pack.md
index f44f5e3620..807663ac21 100644
--- a/deps/npm/doc/cli/npm-pack.md
+++ b/deps/npm/doc/cli/npm-pack.md
@@ -3,7 +3,7 @@ npm-pack(1) -- Create a tarball from a package
## SYNOPSIS
- npm pack [[<@scope>/]<pkg>...]
+ npm pack [[<@scope>/]<pkg>...] [--dry-run]
## DESCRIPTION
@@ -18,6 +18,9 @@ overwritten the second time.
If no arguments are supplied, then npm packs the current package folder.
+The `--dry-run` argument will do everything that pack usually does without
+actually packing anything. Reports on what would have gone into the tarball.
+
## SEE ALSO
* npm-cache(1)