Open
Description
Hi,
I can't seem to understand why some packages are not included in the generated json.
In a specific case, I am using ramda, which I have as prod dependency, and to actually include it I had to specify it in the configuration:
includePackages: () => ["node_modules/ramda"]
Actually, by adding all my prod dependencies into the includePackages
property (automatically read from my package.json
) I can see that I am missing on 10 licenses.
Why is that? What's the criteria for excluding those licenses?
Thanks!