Open jamiemjennings opened 6 years ago
Dumping the file contents to the licenses
output may break the output.
I need to check to what extent --relativeLicensePath
covers the "SEE LICENSE IN" case. It should work for at least if the filename is LICENSE or LICENSE.txt
npm allows for the license to be specified in an external file: https://docs.npmjs.com/files/package.json#license
Example (package.json):
Currently
npm-license-crawler
will return:It would be preferable for it to return the contents of
LICENSE.txt
as thelicenses
output.