From 79fa91133dd1606d2ca8600d41cb2dbdde14ecda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bene=C5=A1?= Date: Mon, 1 Apr 2019 15:12:12 +0200 Subject: [PATCH] Fixed outdated again Looks like the code what fixed it is gone. So I reintroduce it. https://github.com/npm/cli/pull/173 --- lib/outdated.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/outdated.js b/lib/outdated.js index 197b71962500e..1b9e8cf73554c 100644 --- a/lib/outdated.js +++ b/lib/outdated.js @@ -149,7 +149,7 @@ function makePretty (p, opts) { has || 'MISSING', want, latest, - deppath + deppath || 'global' ] if (long) { columns[5] = type