Skip to content

Commit a121c4c

Browse files
clydinhansl
authored andcommitted
test: update license exceptions
1 parent 3034019 commit a121c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/validate-licenses.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ const ignoredPackages = [
6464
// Us.
6565
'@angular/[email protected]', // Hey, that's us!
6666
// * Development only
67-
'[email protected].0', // CC0 but it's content only (index.json, no code) and not distributed.
68-
'tslint-sonarts@1.7.0', // LGPL-3.0 but only used as a tool, not linked in the build.
67+
'[email protected].1', // CC0 but it's content only (index.json, no code) and not distributed.
68+
'tslint-sonarts@1.8.0', // LGPL-3.0 but only used as a tool, not linked in the build.
6969

7070
// * Broken license fields
7171
'[email protected]', // MIT but no license field in package.json

0 commit comments

Comments
 (0)