Skip to content

Commit

Permalink
fix: remove duplicate includePeerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
DOlufemi committed Jul 24, 2024
1 parent 06d4eca commit 261fb3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/dep-graph-builders/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export type PnpmProjectParseOptions = {
includeDevDeps: boolean;
includePeerDeps?: boolean;
includeOptionalDeps: boolean;
includePeerDeps?: boolean;
strictOutOfSync: boolean;
pruneWithinTopLevelDeps: boolean;
};
Expand Down

0 comments on commit 261fb3a

Please sign in to comment.