Skip to content

Commit

Permalink
fix: yarn package manager is missing getPeerDependencies #1419
Browse files Browse the repository at this point in the history
  • Loading branch information
rbnayax authored and raineorshine committed Jun 12, 2024
1 parent 42075d6 commit 9dcc820
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/package-managers/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,5 @@ export const patch = withNpmConfigFromYarn(npm.patch)
export const semver = withNpmConfigFromYarn(npm.semver)

export default spawnYarn

export { getPeerDependencies, packageAuthorChanged } from './npm'

0 comments on commit 9dcc820

Please sign in to comment.