calvinmetcalf / rollup-plugin-node-builtins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong license in package.json

juanjoDiaz opened this issue · comments

The license in package.json seems to be ISC

"license": "ISC",

However, the readme states that the license is MIT.
https://github.com/calvinmetcalf/rollup-plugin-node-builtins/blob/master/readme.md#license

This might break tools used to check licenses, create bills of materials and stuff like that.