Skip to content

Commit

Permalink
JSON Reporter: Add missing binaries report (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Oct 10, 2023
1 parent 50b5aa3 commit 5113e50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reporters/json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default async ({ report, issues, options }: ReporterOptions) => {
...(report.devDependencies && { devDependencies: [] }),
...(report.optionalPeerDependencies && { optionalPeerDependencies: [] }),
...(report.unlisted && { unlisted: [] }),
...(report.binaries && { binaries: [] }),
...(report.unresolved && { unresolved: [] }),
...((report.exports || report.nsExports) && { exports: [] }),
...((report.types || report.nsTypes) && { types: [] }),
Expand Down

0 comments on commit 5113e50

Please sign in to comment.