Skip to content

Commit

Permalink
Merge pull request #240 from snyk/fix/remove-duplicate-includePeerDeps
Browse files Browse the repository at this point in the history
fix: remove duplicate includePeerDeps
  • Loading branch information
DOlufemi authored Jul 24, 2024
2 parents 06d4eca + 261fb3a commit b0f1ab6
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 b0f1ab6

Please sign in to comment.