react-atlas icon indicating copy to clipboard operation
react-atlas copied to clipboard

Add license checker/crawler

Open hbowden opened this issue 8 years ago • 2 comments

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.

hbowden avatar Aug 25 '17 15:08 hbowden

Could use something like this: https://www.npmjs.com/package/node-license-validator

Would be nice to add to the CI build process.

hbowden avatar Aug 25 '17 15:08 hbowden

work started in PR #391

stuller avatar Mar 09 '18 20:03 stuller