summaryrefslogtreecommitdiff
path: root/deps/npm/lib/cache/caching-client.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/cache/caching-client.js')
-rw-r--r--deps/npm/lib/cache/caching-client.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/npm/lib/cache/caching-client.js b/deps/npm/lib/cache/caching-client.js
index a6bcee373d..61fb83b311 100644
--- a/deps/npm/lib/cache/caching-client.js
+++ b/deps/npm/lib/cache/caching-client.js
@@ -214,6 +214,7 @@ function adaptConfig (config) {
log: log,
defaultTag: config.get('tag'),
couchToken: config.get('_token'),
- maxSockets: config.get('maxsockets')
+ maxSockets: config.get('maxsockets'),
+ scope: npm.projectScope
}
}