You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.The text was updated successfully, but these errors were encountered: