Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Sep 25, 2022
1 parent afed591 commit cc3f508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pnpm/src/types.ts
Expand Up @@ -18,7 +18,7 @@ export type PnpmOptions = Omit<Config, 'reporter'> & {
}

hooks?: {
readPackage?: ReadPackageHook
readPackage?: ReadPackageHook[]
}

ignoreFile?: (filename: string) => boolean
Expand Down

0 comments on commit cc3f508

Please sign in to comment.