We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7391c commit f34dfc9Copy full SHA for f34dfc9
scripts/validate-licenses.ts
@@ -73,11 +73,8 @@ const ignoredPackages = [
73
'true-case-path@1.0.2', // Apache-2.0 but broken license in package.json
74
75
// * Other
76
- 'jsonify@0.0.0', // TODO(hansl): fix this. this is not an acceptable license, but is 8 deps down
77
- // so hard to manage. In talk with owner and users to switch over.
78
- 'uws@9.14.0', // Zlib -- TODO(filipesilva): remove this when karma is moved to e2e tests.
79
- // TODO(filipesilva): remove this when spec_large is moved to e2e tests.
80
'font-awesome@4.7.0', // (OFL-1.1 AND MIT)
+ 'stream-json@0.5.2', // 'New BSD'
81
];
82
83
// Ignore own packages (all MIT)
0 commit comments