Skip to content

Commit 5113e50

Browse files
authoredOct 10, 2023
JSON Reporter: Add missing binaries report (#287)
1 parent 50b5aa3 commit 5113e50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/reporters/json.ts

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export default async ({ report, issues, options }: ReporterOptions) => {
5252
...(report.devDependencies && { devDependencies: [] }),
5353
...(report.optionalPeerDependencies && { optionalPeerDependencies: [] }),
5454
...(report.unlisted && { unlisted: [] }),
55+
...(report.binaries && { binaries: [] }),
5556
...(report.unresolved && { unresolved: [] }),
5657
...((report.exports || report.nsExports) && { exports: [] }),
5758
...((report.types || report.nsTypes) && { types: [] }),

0 commit comments

Comments
 (0)
Please sign in to comment.