Skip to content

Commit

Permalink
fix phoenix_html license issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eliknebel committed Nov 2, 2023
1 parent 8fc607b commit 8eaea2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ module.exports = (env, options) => ({
licenseOverrides: {
'janus-script@1.9.2': 'MIT',
'phoenix_html@3.3.1': 'MIT',
'phoenix_html@3.3.2': 'MIT',
'phoenix_html@3.3.3': 'MIT',
'typed-function@2.0.0': 'MIT',
},
unacceptableLicenseTest: (licenseIdentifier) => {
Expand Down

0 comments on commit 8eaea2d

Please sign in to comment.