Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
outdated: Stop colorizing the Location and Package Type columns.
Browse files Browse the repository at this point in the history
Previously they were colored dark gray, which was hard to read for some
users.

PR-URL: #12843
Credit: @tribou
  • Loading branch information
tribou authored and iarna committed Jun 16, 2016
1 parent e8c80f2 commit 21c60e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/outdated.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ function makePretty (p) {
columns[0] = color[has === want || want === 'linked' ? 'yellow' : 'red'](columns[0]) // dep
columns[2] = color.green(columns[2]) // want
columns[3] = color.magenta(columns[3]) // latest
columns[4] = color.brightBlack(columns[4]) // dir
if (long) columns[5] = color.brightBlack(columns[5]) // type
}

return columns
Expand Down

0 comments on commit 21c60e9

Please sign in to comment.