diff --git a/toolkit-showcase/rollup.config.js b/toolkit-showcase/rollup.config.js index 6036a60b73011254b01fa646afb402cf636405c7..ded380d0c5e1e70f83b338259068ca79d0285fe8 100644 --- a/toolkit-showcase/rollup.config.js +++ b/toolkit-showcase/rollup.config.js @@ -207,7 +207,7 @@ Dependencies: `}, thirdParty: { allow: { - test: '(MIT OR BSD-3-Clause OR Apache-2.0 OR LGPL-2.1-or-later)', + test: '(MIT OR BSD-3-Clause OR Apache-2.0 OR LGPL-2.1-or-later OR 0BSD)', failOnUnlicensed: true, failOnViolation: true, },