Skip to content

Commit

Permalink
ci: update license test exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Aug 10, 2017
1 parent a4276c0 commit 41dce6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/test-licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,12 @@ const ignoredPackages = [
'[email protected]', // Looks like MIT
'[email protected]', // BSD, but doesn't list it in package.json
'[email protected]', // MIT, but doesn't list it in package.json
'jschardet@1.4.2', // LGPL-2.1, listed as LGPL-2.1+.
'jschardet@1.5.1', // LGPL-2.1, listed as LGPL-2.1+.
'[email protected]', // MIT, license but it's not listed in package.json.
'[email protected]', // MIT, but doesn't list it in package.json
'[email protected]', // MIT, but doesn't list it in package.json
'[email protected]', // MIT AND Apache-2.0, but broken license field in package.json lists.
'[email protected]', // MIT, but doesn't list it in package.json
'[email protected]', // MIT, but doesn't list it in package.json
'[email protected]', // BSD, but doesn't list it in package.json
'[email protected]', // MIT, but doesn't list it in package.json
Expand Down

0 comments on commit 41dce6e

Please sign in to comment.