Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INTERNAL] package.json: Add license check for dependencies
Only allow dependencies with licenses listed as Gold, Silver or Bronze at https://blueoakcouncil.org/list Generally those should not cause us any trouble. Restricting this further to specific licenses currently in use by our dependencies might cause unnecessary maintenance efforts in the future due to the great variety of licenses being used. Exceptions added for "callsite" (uses MIT) and "yesno" (uses BSD).
- Loading branch information