npm-link-checker
v0.0.2
Published
Makes sure your npm linked dependencies are not violating version constraints
Readme
npm-link-checker
A little CLI tool that makes sure the packages you npm linked are not behind the version declared in package.json.
Installation
npm install npm-link-checkerUsage
Run check-npm-links in a folder with package.json and node_modules.
Pass --watch to watch the linked repositories and check whenever their git HEAD changes.
