react-dnd / react-dnd

Drag and Drop for React

Home Page:http://react-dnd.github.io/react-dnd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing license for some inner packages

ehellman opened this issue · comments

commented

We're using react-dnd and have a requirement to include all open source licenses for the packages we use in our releases.

Our script keeps throwing errors for @react-dnd/invariant missing license, so we have added a manual MIT license for it (matching the package.json declaration). But there might be other subpackages other than this one missing a license, might be worth checking out.