Skip to content

Commit

Permalink
Fixed outdated again
Browse files Browse the repository at this point in the history
Looks like the code what fixed it is gone. So I reintroduce it. npm#173
  • Loading branch information
jukben authored Apr 1, 2019
1 parent 656bce7 commit 79fa911
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 79fa911

Please sign in to comment.