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:
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md6
1 files changed, 6 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.