Skip to content

Commit 9ab033e

Browse files
committed
add map-stream to ignore list
1 parent dfd4e3a commit 9ab033e

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
@@ -38,7 +38,8 @@ const ignoredLicenseVariations = [
3838
const ignoredPackages = [
3939
'[email protected]', // old license format, lists `AFLv2.1, BSD`
4040
'[email protected]', // old license format, lists `MIT, Apache2`
41-
'[email protected]' // `Apache License, Version 2.0`, but licence-checker can't handle commas
41+
'[email protected]', // `Apache License, Version 2.0`, but licence-checker can't handle commas
42+
'[email protected]', // has a MIT license but it's not listed in package.json
4243
];
4344

4445
function testSpdx(licenses) {

0 commit comments

Comments
 (0)