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
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2021-04-24 01:29:10 +0300
committerisaacs <i@izs.me>2021-04-24 01:39:53 +0300
commit72a7eeb493e0e71cba3af36490cb245030ed31a3 (patch)
tree1b35c937975cc68ba8c558074fdfbdb83d71ab94 /lib/adduser.js
parentc74e67fc6572bb001d74c7486c05d211a0e03de8 (diff)
Remove --always-auth config definition
As of the recent updates to npm-registry-fetch and @npmcli/config, this config field is no longer used anywhere. Prior to those changes, it was used, but not in the manner documented.
Diffstat (limited to 'lib/adduser.js')
-rw-r--r--lib/adduser.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/adduser.js b/lib/adduser.js
index f35b9829f..fb1e32351 100644
--- a/lib/adduser.js
+++ b/lib/adduser.js
@@ -21,7 +21,6 @@ class AddUser extends BaseCommand {
return [
'registry',
'scope',
- 'always-auth',
]
}