Skip to content

Commit

Permalink
chore: fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick committed Nov 29, 2023
1 parent d3ae886 commit 6390938
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ export const DependenciesTypeShortMap = {
peerDependencies: 'peer',
optionalDependencies: 'optional',
packageManager: 'package-manager',
'pnpm.overrides': 'pnpm-override',
resolutions: 'resolution',
overrides: 'override',
}

export interface RawDep {
Expand Down

0 comments on commit 6390938

Please sign in to comment.