Open
Description
Per your request, re-opening here.
Currently this package doesn't support Yarn. This could be ameliorated either by:
- Adding support for Yarn
- Or, adding semi-generic support for package managers that come along (that support the package.json format, like Yarn does). This could be done by offering in the options to specify a callback function that's called if the dependencies are out of date. In there I could manually run Yarn or whatever else.