Skip to content

Commit

Permalink
outdated: fix rendering for global dependencies (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat authored and aeschright committed Mar 19, 2019
1 parent 6b1a9da commit d075471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outdated.js
Original file line number Diff line number Diff line change
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 d075471

Please sign in to comment.