Skip to content

Commit 78bc062

Browse files
committed
Update package-analysis.ts
1 parent c8350cd commit 78bc062

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shared/utils/package-analysis.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ interface ExportsAnalysis {
106106
hasTypes: boolean
107107
}
108108

109+
interface AnalysisPackageJson extends ExtendedPackageJson {
110+
readme?: string
111+
}
112+
109113
/**
110114
* Fetch @types package info including deprecation status using fast-npm-meta.
111115
* Returns undefined if the package doesn't exist.

0 commit comments

Comments
 (0)