summaryrefslogtreecommitdiff
path: root/deps/npm/lib/commands/adduser.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/commands/adduser.js')
-rw-r--r--deps/npm/lib/commands/adduser.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/npm/lib/commands/adduser.js b/deps/npm/lib/commands/adduser.js
index 1e92b35f4a..cd4cba6051 100644
--- a/deps/npm/lib/commands/adduser.js
+++ b/deps/npm/lib/commands/adduser.js
@@ -13,8 +13,6 @@ class AddUser extends BaseCommand {
'auth-type',
]
- static ignoreImplicitWorkspace = true
-
async exec (args) {
const scope = this.npm.config.get('scope')
let registry = this.npm.config.get('registry')