..because in a zero-install yarn PNP repo it doesn't, for me. It finds a handful, but the majority has nothing.
For instance:
We have a transient dep react-colorful because of storybook. It's in the cache directory as .yarn/cache/react-colorful-npm-5.6.1-ba0c706357-48eb73cf71.zip
If I unzip it and check out package.json it's correctly specified as MIT. Yet - this plugin can't find a license for this package.
Am I misunderstanding something?
(Thanks for your work!)
..because in a zero-install yarn PNP repo it doesn't, for me. It finds a handful, but the majority has nothing.
For instance:
We have a transient dep
react-colorful
because of storybook. It's in the cache directory as.yarn/cache/react-colorful-npm-5.6.1-ba0c706357-48eb73cf71.zip
If I unzip it and check outpackage.json
it's correctly specified as MIT. Yet - this plugin can't find a license for this package.Am I misunderstanding something? (Thanks for your work!)