@@ -64,27 +64,14 @@ const ignoredPackages = [
64
64
// Us.
65
65
'@angular/[email protected] ' , // Hey, that's us!
66
66
// * Development only
67
- '[email protected] .1 ' , // CC0 but it's content only (index.json, no code) and not distributed.
67
+ '[email protected] .5 ' , // CC0 but it's content only (index.json, no code) and not distributed.
68
68
'[email protected] ' , // LGPL-3.0 but only used as a tool, not linked in the build.
69
69
70
70
// * Broken license fields
71
- '[email protected] ' , // MIT but no license field in package.json
72
- '[email protected] ' , // MIT but broken license in package.json
73
- '[email protected] ' , // Apache-2.0 but broken license in package.json
74
- '[email protected] ' , // zlib license
75
-
76
- // * Need to publish these with LICENSE files
77
- // see https://github.com/bazelbuild/rules_nodejs/pull/696
78
- // TODO(alexeagle): remove these after a release that fixes it
79
-
80
-
81
-
82
-
83
-
71
+ '[email protected] ' , // MIT but broken license in package.json
84
72
85
73
// * Other
86
74
'[email protected] ' , // (OFL-1.1 AND MIT)
87
-
88
75
] ;
89
76
90
77
// Ignore own packages (all MIT)
0 commit comments