Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.

Add noproxy configuration #13

Closed
wants to merge 20 commits into from
2 changes: 2 additions & 0 deletions config-defs.js
Expand Up @@ -182,6 +182,7 @@ Object.defineProperty(exports, "defaults", {get: function () {
, long : false
, message : "%s"
, "node-version" : process.version
, "noproxy" : process.env.NO_PROXY || process.env.no_proxy || ""
, npat : false
, "onload-script" : false
, optional: true
Expand Down Expand Up @@ -284,6 +285,7 @@ exports.types =
, long : Boolean
, message: String
, "node-version" : [null, semver]
, "noproxy" : String
, npat : Boolean
, "onload-script" : [null, String]
, optional: Boolean
Expand Down