0.0.8 • Published 2 years ago

dedubcheck v0.0.8

Weekly downloads
318
License
MIT
Repository
github
Last release
2 years ago

NPM version

Dedubcheck

This tool check your monorepo for diferent versions of the same dependencies (by recursively looking for package.json file).

To ignore certain package, create .dedubcheck.js file in your root dir containing:

module.exports = [['packages/web/package.json', 'lodash'], ['<path-to-package.json>', '<name-of-package>'], [...]];

You can ignore the whole package.json by using *:

module.exports = [['packages/web/package.json', '*']];

To run this thing, just do:

$ dedubcheck

For some debug info:

$ dedubcheck --debug
0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago