We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e0c72 commit 15b9ccbCopy full SHA for 15b9ccb
1 file changed
scripts/validate-licenses.ts
@@ -61,6 +61,8 @@ const licenseReplacements: { [key: string]: string } = {
61
62
// Specific packages to ignore, add a reason in a comment. Format: package-name@version.
63
const ignoredPackages = [
64
+ // Us.
65
+ '@angular/[email protected]', // Hey, that's us!
66
// * Development only
67
'[email protected]', // CC0 but it's content only (index.json, no code) and not distributed.
68
'[email protected]', // LGPL-3.0 but only used as a tool, not linked in the build.
0 commit comments