From 60cc666b673bbd8574b605b7bf06c1e48f67c008 Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Fri, 12 Apr 2024 12:34:01 +0200 Subject: [PATCH] chore: licence checker --- client/licenseChecker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/licenseChecker.js b/client/licenseChecker.js index 79aa4fc..b2ffae7 100644 --- a/client/licenseChecker.js +++ b/client/licenseChecker.js @@ -10,7 +10,7 @@ const check = (cwd) => { onlyAllow: 'AFLv2.1;Apache 2.0;Apache-2.0;Apache*;Artistic-2.0;0BSD;BSD*;BSD-2-Clause;BSD-3-Clause;CC0-1.0;CC-BY-3.0;CC-BY-4.0;ISC;MIT;MPL-2.0;ODC-By-1.0;Python-2.0;Unlicense;', excludePackages: - '@cds/city@1.1.0;@handsontable/angular@13.1.0;handsontable@13.1.0;hyperformula@2.5.0;jackspeak@2.2.0;path-scurry@1.7.0' + '@cds/city@1.1.0;@handsontable/angular@13.1.0;handsontable@13.1.0;hyperformula@2.6.2;jackspeak@2.2.0;path-scurry@1.7.0' }, (error, json) => { if (error) {