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:
authorisaacs <i@izs.me>2010-08-26 06:38:08 +0400
committerisaacs <i@izs.me>2010-08-26 06:38:08 +0400
commitfcd9f2b5bfaaf00b0128310064f3da524d12a4b9 (patch)
tree270d3d4691f8a485ed4288917f8164d48b02fd72 /doc/config.md
parent3031f3fb0732fa20a2a39a5edfc6206454a67fcb (diff)
Document "gzip" config
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.