react-atlas
react-atlas copied to clipboard
Add license checker/crawler
Add a npm package that checks the license of all our dependencies so that we only use permissive licenses such as MIT, BSD, ISC, etc.
Could use something like this: https://www.npmjs.com/package/node-license-validator
Would be nice to add to the CI build process.
work started in PR #391