We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a99641 commit 44d67edCopy full SHA for 44d67ed
extensions/packageManager/src/node/feeds/npm/npmFeed.ts
@@ -64,9 +64,9 @@ export class NpmFeed implements IFeed {
64
return {
65
name: i.package.name,
66
version: i.package.version,
67
- authors: i.package?.author?.name,
+ authors: i.package.author?.name,
68
keywords: i.package.keywords,
69
- repository: i.package?.links.repository,
+ repository: i.package.links?.repository,
70
description: i.package.description,
71
language: this.language,
72
source: this.source,
0 commit comments