detect-cyclic-packages
Version:
A utility script to determine whether any deep depdendencies depend on the current package
21 lines (12 loc) • 1.14 kB
Markdown
# detect-cyclic-packages
[](https://gitter.im/canjs/canjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://github.com/canjs/can-connect/blob/master/LICENSE.md)
[](https://www.npmjs.com/package/detect-cyclic-packages)
[](https://greenkeeper.io/)
`detect-cyclic-packages` is a fast script/CLI tool to determine if a package contains any dependencies that also depend on the package, directly or indirectly.
## Changelog
See the [latest releases on GitHub](https://github.com/canjs/detect-cyclic-packages/releases).
## Contributing
The [contribution guide](https://github.com/canjs/detect-cyclic-packages/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more.
## License
[MIT](https://github.com/canjs/can-connect/blob/master/LICENSE.md)