Skip to content

Commit 41dce6e

Browse files
committed
ci: update license test exceptions
1 parent a4276c0 commit 41dce6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/test-licenses.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,12 @@ const ignoredPackages = [
7474
'[email protected]', // Looks like MIT
7575
'[email protected]', // BSD, but doesn't list it in package.json
7676
'[email protected]', // MIT, but doesn't list it in package.json
77-
'jschardet@1.4.2', // LGPL-2.1, listed as LGPL-2.1+.
77+
'jschardet@1.5.1', // LGPL-2.1, listed as LGPL-2.1+.
7878
'[email protected]', // MIT, license but it's not listed in package.json.
7979
'[email protected]', // MIT, but doesn't list it in package.json
8080
'[email protected]', // MIT, but doesn't list it in package.json
8181
'[email protected]', // MIT AND Apache-2.0, but broken license field in package.json lists.
82+
'[email protected]', // MIT, but doesn't list it in package.json
8283
'[email protected]', // MIT, but doesn't list it in package.json
8384
'[email protected]', // BSD, but doesn't list it in package.json
8485
'[email protected]', // MIT, but doesn't list it in package.json

0 commit comments

Comments
 (0)