mgol / check-dependencies

Checks if currently installed npm dependencies are installed in the exact same versions that are specified in package.json
MIT License
115 stars 30 forks source link

Support npm package aliases #50

Closed IceCreamYou closed 2 years ago

IceCreamYou commented 2 years ago

This PR has exactly the same changes as #45 except that, as requested, it supports all package managers except bower, rather than only supporting npm and yarn.

IceCreamYou commented 2 years ago

@mgol would you be able to take a look at this? Thanks! 🙂

mgol commented 2 years ago

Thank you!