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

+4-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const licenseReplacements = [
6464
// TODO(hansl): review these
6565
const ignoredPackages = [
6666
'async-foreach@0.1.3', // MIT, but doesn't list it in package.json
67+
'directory-encoder@0.7.2', // MIT, but doesn't list it in package.json
6768
'domelementtype@1.1.3', // Looks like MIT
6869
'domelementtype@1.3.0', // Looks like MIT
6970
'domhandler@2.1.0', // Looks like MIT
@@ -79,8 +80,10 @@ const ignoredPackages = [
7980
'progress@1.1.8', // MIT, but doesn't list it in package.json
8081
'samsam@1.1.2', // BSD, but doesn't list it in package.json
8182
'stdout-stream@1.4.0', // MIT, but doesn't list it in package.json
83+
'uglify-js@2.3.6', // BSD, but doesn't list it in package.json
8284
'undefined@undefined', // Test package with no name nor version.
83-
'verror@1.3.6' // Looks like MIT
85+
'verror@1.3.6', // Looks like MIT
86+
'xmldom@0.1.27' // LGPL,MIT but has a broken licenses array
8487
];
8588

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

0 commit comments

Comments
 (0)