Skip to content

Commit

Permalink
fix: yarn package manager is missing getPeerDependencies #1419 (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbnayax committed Jun 12, 2024
1 parent 42075d6 commit f34082d
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 f34082d

Please sign in to comment.