Skip to content

Commit 6321a5c

Browse files
committed
config: fix no-proxy to noproxy
1 parent 14bd214 commit 6321a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/misc/npm-config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ impact how lifecycle scripts are called.
684684

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

687-
### no-proxy
687+
### noproxy
688688

689689
* Default: null
690690
* Type: String or Array

lib/config/defaults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Object.defineProperty(exports, 'defaults', {get: function () {
195195
'progress': !process.env.TRAVIS && !process.env.CI,
196196
proxy: null,
197197
'https-proxy': null,
198-
'no-proxy': null,
198+
'noproxy': null,
199199
'user-agent': 'npm/{npm-version} ' +
200200
'node/{node-version} ' +
201201
'{platform} ' +

0 commit comments

Comments
 (0)