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 'lib/utils/default-config.js')
-rw-r--r--lib/utils/default-config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/default-config.js b/lib/utils/default-config.js
index 17d776b1d..2f810ab31 100644
--- a/lib/utils/default-config.js
+++ b/lib/utils/default-config.js
@@ -15,7 +15,7 @@ module.exports =
, "update-dependents" : true
, "auto-deactivate" : true
, "tar" : process.env.TAR || "tar"
- , "gzip" : process.env.GZIP || "gzip"
+ , "gzipbin" : process.env.GZIPBIN || "gzip"
, tag : "latest"
, root : path.join(process.execPath, "..", "..", "lib", "node")
, globalconfig : path.join(process.execPath, "..", "..", "etc", "npmrc")