We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0a179 commit f3d2377Copy full SHA for f3d2377
1 file changed
lib/utils/verify-signatures.js
@@ -364,24 +364,6 @@ class VerifySignatures {
364
}
365
366
367
- maybeWorkspaceName (node) {
368
- if (!node.isWorkspace) {
369
- return node.name
370
- }
371
-
372
- const humanOutput =
373
- !this.npm.config.get('json') && !this.npm.config.get('parseable')
374
375
- const workspaceName =
376
- humanOutput
377
- ? node.pkgid
378
- : node.name
379
380
- return this.npm.color && humanOutput
381
- ? chalk.green(workspaceName)
382
- : workspaceName
383
384
385
humanOutput (list) {
386
const invalidList = list.map(x => this.makePretty(x))
387
const outHead = ['Package',
0 commit comments