xz64 / license-webpack-plugin

Outputs licenses from 3rd party libraries to a file
ISC License
165 stars 51 forks source link

Missing `licenseTypeOverides` or typo in documentation #87

Closed rickysullivan-gallagher closed 3 years ago

rickysullivan-gallagher commented 3 years ago

DOCUMENTATION.md, line ~288 mentions:

Notes: You can return a license type from this function, but it is a better idea to use the licenseTypeOverides option.

I can't find any config options for licenseTypeOverides.

xz64 commented 3 years ago

Thanks for checking this. It is a typo and should be licenseTypeOverrides. I have pushed a fix.