Skip to content

Commit

Permalink
fix: allow lgpl sharp lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 22, 2024
1 parent 47e5e37 commit 190f386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/license-check.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ const allowPackages = [
checker.init(
{
start: path.resolve('.'),
onlyAllow: 'MIT;BSD;ISC;Apache-2.0;CC0;CC-BY-3.0;CC-BY-4.0;Unlicense;Artistic-2.0;Python-2.0;BlueOak-1.0.0',
onlyAllow:
'MIT;BSD;ISC;Apache-2.0;CC0;CC-BY-3.0;CC-BY-4.0;Unlicense;Artistic-2.0;Python-2.0;BlueOak-1.0.0;LGPL-3.0-or-later',
excludePackages: allowPackages.join(';'),
summary: !DEBUG,
},
Expand Down

0 comments on commit 190f386

Please sign in to comment.