Skip to content

Commit a5c9e6f

Browse files
anchnkaeschright
authored andcommitted
cli,outdated: default homepage to an empty string (#124)
PR-URL: #124 Credit: @anchnk Reviewed-By: @aeschright
1 parent f58b43e commit a5c9e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/outdated.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function makePretty (p, opts) {
143143
var latest = p[4]
144144
var type = p[6]
145145
var deppath = p[7]
146-
var homepage = p[0].package.homepage
146+
var homepage = p[0].package.homepage || ''
147147

148148
var columns = [ depname,
149149
has || 'MISSING',

0 commit comments

Comments
 (0)