Skip to content

Commit

Permalink
feat: when packages are filter due to engine not matching, we need to…
Browse files Browse the repository at this point in the history
… print it out, just like we do in peer checks #1422
  • Loading branch information
rbnayax committed Jul 7, 2024
1 parent 8730143 commit 9899d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/PackageFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface PackageFile {
devDependencies?: Index<VersionSpec>
// deno only
imports?: Index<VersionSpec>
engines?: Index<VersionSpec | undefined>
engines?: Index<VersionSpec>
name?: string
// https://nodejs.org/api/packages.html#packagemanager
packageManager?: string
Expand Down

0 comments on commit 9899d51

Please sign in to comment.