Skip to content

Commit

Permalink
feat(install): include npm audit recommendation too
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed May 16, 2018
1 parent 30e5f30 commit 32fb153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporters/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const report = function (data, options) {
const vulnLabel = Utils.severityLabel(sev[0][0], config.withColor).toLowerCase()
log(`${vulnCount} ${vulnLabel} severity vulnerabilit${vulnCount === 1 ? 'y' : 'ies'}`)
}
log(' run `npm audit fix` to install recommended updates')
log(' run `npm audit fix` to fix them, or `npm audit` for details')
return {
report: output.trim(),
exitCode: 1
Expand Down

0 comments on commit 32fb153

Please sign in to comment.