Skip to content

Commit

Permalink
config: fix no-proxy to noproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
jmannanc committed Aug 13, 2018
1 parent 14bd214 commit 6321a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/misc/npm-config.md
Expand Up @@ -684,7 +684,7 @@ impact how lifecycle scripts are called.

The node version to use when checking a package's `engines` map.

### no-proxy
### noproxy

* Default: null
* Type: String or Array
Expand Down
2 changes: 1 addition & 1 deletion lib/config/defaults.js
Expand Up @@ -195,7 +195,7 @@ Object.defineProperty(exports, 'defaults', {get: function () {
'progress': !process.env.TRAVIS && !process.env.CI,
proxy: null,
'https-proxy': null,
'no-proxy': null,
'noproxy': null,
'user-agent': 'npm/{npm-version} ' +
'node/{node-version} ' +
'{platform} ' +
Expand Down

0 comments on commit 6321a5c

Please sign in to comment.