Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/config.md6
-rw-r--r--man/config.16
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md
index c2649e257..e143dc6e9 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -193,3 +193,9 @@ Note that devDependencies are *always* installed when linking a package.
Default: env.TAR or "tar"
The name of a GNU-compatible tar program on your system.
+
+### gzip
+
+Default: env.GZIP or "gzip"
+
+The name of a GNU-compatible gzip program on your system.
diff --git a/man/config.1 b/man/config.1
index 5289b83a6..ce08dddf2 100644
--- a/man/config.1
+++ b/man/config.1
@@ -247,3 +247,9 @@ Default: env\.TAR or "tar"
.
.P
The name of a GNU\-compatible tar program on your system\.
+.
+.SS "gzip"
+Default: env\.GZIP or "gzip"
+.
+.P
+The name of a GNU\-compatible gzip program on your system\.