tophat / yarn-plugin-licenses

Audit your dependency licenses with this yarn berry plugin
Apache License 2.0
26 stars 7 forks source link

Detects https://github.com/thlorenz/deep-is/blob/master/package.json as missing #20

Closed drazisil closed 3 years ago

drazisil commented 3 years ago

Describe the bug States the the license for https://github.com/thlorenz/deep-is/blob/master/package.json is missing

To reproduce

1.add deep-is@npm:0.1.3 as a dependency

  1. run yarn license

Expected behavior License is detected as MIT

Environment (please complete the following information):

noahnu commented 3 years ago

deep-is@0.1.3 uses an unsupported license format, see: https://github.com/thlorenz/deep-is/blob/f126057628423458636dec9df3d621843b9ac55e/package.json#L31.

Closing this as a duplicate of #15, we can continue the conversation there.

noahnu commented 3 years ago

Should be fixed now.