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
path: root/lib
diff options
context:
space:
mode:
authorKat Marchán <kzm@zkat.tech>2018-12-05 20:17:23 +0300
committerKat Marchán <kzm@zkat.tech>2018-12-11 02:30:31 +0300
commitae936f22ce80614287f2769e9aaa9a155f03cc15 (patch)
treeeea153567f79debb4fbf20d013d64ffbd8be3248 /lib
parentc8135d97a424b38363dc4530c45e4583471e9849 (diff)
config: fix passing of referer value
Diffstat (limited to 'lib')
-rw-r--r--lib/config/figgy-config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config/figgy-config.js b/lib/config/figgy-config.js
index 2da085f40..9e9ca0ba5 100644
--- a/lib/config/figgy-config.js
+++ b/lib/config/figgy-config.js
@@ -36,7 +36,7 @@ function mkConfig (...providers) {
log,
'npm-session': npmSession,
'project-scope': npm.projectScope,
- refer: npm.refer,
+ refer: npm.referer,
dmode: npm.modes.exec,
fmode: npm.modes.file,
umask: npm.modes.umask,