-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4276c0
commit 41dce6e
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,11 +74,12 @@ const ignoredPackages = [ | |
'[email protected]', // Looks like MIT | ||
'[email protected]', // BSD, but doesn't list it in package.json | ||
'[email protected]', // MIT, but doesn't list it in package.json | ||
'jschardet@1.4.2', // LGPL-2.1, listed as LGPL-2.1+. | ||
'jschardet@1.5.1', // LGPL-2.1, listed as LGPL-2.1+. | ||
'[email protected]', // MIT, license but it's not listed in package.json. | ||
'[email protected]', // MIT, but doesn't list it in package.json | ||
'[email protected]', // MIT, but doesn't list it in package.json | ||
'[email protected]', // MIT AND Apache-2.0, but broken license field in package.json lists. | ||
'[email protected]', // MIT, but doesn't list it in package.json | ||
'[email protected]', // MIT, but doesn't list it in package.json | ||
'[email protected]', // BSD, but doesn't list it in package.json | ||
'[email protected]', // MIT, but doesn't list it in package.json | ||
|