Skip to content

Commit

Permalink
Fix license validation
Browse files Browse the repository at this point in the history
Signed-off-by: Yarden Shoham <[email protected]>
  • Loading branch information
yardenshoham committed Jan 20, 2024
1 parent 5202c57 commit 1289090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ export default {
},
override: {
'khroma@*': {licenseName: 'MIT'}, // https://github.com/fabiospampinato/khroma/pull/33
'[email protected]': {licenseName: 'BSD-2-Clause'}, // "BSD 2-Clause" -> "BSD-2-Clause"
},
emitError: true,
allow: '(Apache-2.0 OR BSD-2-Clause OR BSD-3-Clause OR MIT OR ISC OR CPAL-1.0 OR Unlicense OR EPL-1.0 OR EPL-2.0)',
Expand Down

0 comments on commit 1289090

Please sign in to comment.