Skip to content

Commit

Permalink
fix: yarn package manager is missing getPeerDependencies raineorshine…
Browse files Browse the repository at this point in the history
  • Loading branch information
rbnayax committed Jun 1, 2024
1 parent 0f17df2 commit 5b52791
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 5b52791

Please sign in to comment.