wayfair / one-version

Implementation of Google’s One Version Rule for JS monorepos
https://www.npmjs.com/package/@wayfair/one-version
MIT License
24 stars 4 forks source link

Automatically Detect Package Manager #17

Closed erj826 closed 2 years ago

erj826 commented 2 years ago

Description

Detect the package manager based on the lockfile. Users no longer need to pass a -p or --packageManager flag.

Resolves https://github.com/wayfair/one-version/issues/7

Type of Change