Skip to content

Commit 2584931

Browse files
committed
fix licenses
1 parent 369e23c commit 2584931

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/test-licenses.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const licenseReplacements = [
6464
// TODO(hansl): review these
6565
const ignoredPackages = [
6666
'[email protected]', // MIT, but doesn't list it in package.json
67+
'[email protected]', // MIT, but doesn't list it in package.json
6768
'[email protected]', // Looks like MIT
6869
'[email protected]', // Looks like MIT
6970
'[email protected]', // Looks like MIT
@@ -79,8 +80,10 @@ const ignoredPackages = [
7980
'[email protected]', // MIT, but doesn't list it in package.json
8081
'[email protected]', // BSD, but doesn't list it in package.json
8182
'[email protected]', // MIT, but doesn't list it in package.json
83+
'[email protected]', // BSD, but doesn't list it in package.json
8284
'undefined@undefined', // Test package with no name nor version.
83-
'[email protected]' // Looks like MIT
85+
'[email protected]', // Looks like MIT
86+
'[email protected]' // LGPL,MIT but has a broken licenses array
8487
];
8588

8689
const root = path.resolve(__dirname, '../');

0 commit comments

Comments
 (0)