Skip to content

Commit

Permalink
outdated: fix rendering for global dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 7, 2019
1 parent 656bce7 commit ecccce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outdated.js
Expand Up @@ -149,7 +149,7 @@ function makePretty (p, opts) {
has || 'MISSING',
want,
latest,
deppath
deppath || 'global'
]
if (long) {
columns[5] = type
Expand Down

0 comments on commit ecccce9

Please sign in to comment.