summaryrefslogtreecommitdiff
path: root/deps/npm/lib/commands/audit.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/commands/audit.js')
-rw-r--r--deps/npm/lib/commands/audit.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/npm/lib/commands/audit.js b/deps/npm/lib/commands/audit.js
index 05830fff69..dab871669e 100644
--- a/deps/npm/lib/commands/audit.js
+++ b/deps/npm/lib/commands/audit.js
@@ -389,11 +389,12 @@ class Audit extends ArboristWorkspaceCmd {
const argv = opts.conf.argv.remain
if (argv.length === 2) {
- return ['fix']
+ return ['fix', 'signatures']
}
switch (argv[2]) {
case 'fix':
+ case 'signatures':
return []
default:
throw Object.assign(new Error(argv[2] + ' not recognized'), {