bootstrap-multiselect icon indicating copy to clipboard operation
bootstrap-multiselect copied to clipboard

license not a valid SPDX expression

Open augustjanse opened this issue 2 years ago • 0 comments

The license in package.json does not follow a certain standard. Thus it results in an error when using webpack-license-plugin

ERROR in WebpackLicensePlugin: License "Apache License, Version 2.0" for [email protected] is not a valid SPDX expression!

Should be a simple fix:

https://docs.npmjs.com/cli/v9/configuring-npm/package-json#license

augustjanse avatar Apr 20 '23 09:04 augustjanse