Skip to content

Commit

Permalink
cli,outdated: default homepage to an empty string (#124)
Browse files Browse the repository at this point in the history
PR-URL: #124
Credit: @anchnk 
Reviewed-By: @aeschright
  • Loading branch information
anchnk authored and aeschright committed Jan 9, 2019
1 parent f58b43e commit a5c9e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outdated.js
Expand Up @@ -143,7 +143,7 @@ function makePretty (p, opts) {
var latest = p[4]
var type = p[6]
var deppath = p[7]
var homepage = p[0].package.homepage
var homepage = p[0].package.homepage || ''

var columns = [ depname,
has || 'MISSING',
Expand Down

0 comments on commit a5c9e6f

Please sign in to comment.