Skip to content

Commit f34dfc9

Browse files
hanslKeen Yee Liau
authored andcommitted
ci: add missing licenses from quicktype-core dependencies
And remove fixed TODOs.
1 parent 9e7391c commit f34dfc9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/validate-licenses.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,8 @@ const ignoredPackages = [
7373
'true-case-path@1.0.2', // Apache-2.0 but broken license in package.json
7474

7575
// * 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.
8076
'font-awesome@4.7.0', // (OFL-1.1 AND MIT)
77+
'stream-json@0.5.2', // 'New BSD'
8178
];
8279

8380
// Ignore own packages (all MIT)

0 commit comments

Comments
 (0)