Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2021-04-24 03:49:51 +0300
committernlf <quitlahok@gmail.com>2021-04-29 22:34:42 +0300
commitc371f183ebe833c2439e98b679f14e7a59f22c34 (patch)
treef81dcb8725c72159e24686ce950303864d3617c9 /package.json
parent8f8f71e4dd5ee66b3b17888faad5a7bf6c657eed (diff)
ls: do not warn on missing optional deps
There was code checking node[_type], but we didn't include that field on the object that is actually checked when we are looking for problems. Fix: #3137 PR-URL: https://github.com/npm/cli/pull/3140 Credit: @isaacs Close: #3140 Reviewed-by: @ruyadorno
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 766856daf..0f5ff2258 100644
--- a/package.json
+++ b/package.json
@@ -190,7 +190,7 @@
"jsdom": "^16.5.2",
"licensee": "^8.1.0",
"marked-man": "^0.7.0",
- "tap": "^15.0.2",
+ "tap": "^15.0.5",
"yaml": "^1.10.2"
},
"scripts": {