From 21c60e9bb56d47da17b79681f2142b3dcf4c804b Mon Sep 17 00:00:00 2001 From: Aaron Tribou Date: Wed, 25 May 2016 17:46:48 -0500 Subject: outdated: Stop colorizing the Location and Package Type columns. Previously they were colored dark gray, which was hard to read for some users. PR-URL: https://github.com/npm/npm/pull/12843 Credit: @tribou --- lib/outdated.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/outdated.js') diff --git a/lib/outdated.js b/lib/outdated.js index bc9646131..474e3d9a1 100644 --- a/lib/outdated.js +++ b/lib/outdated.js @@ -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 -- cgit v1.2.3