Closed ckknight closed 6 years ago
I noticed that the package.json specifies the license as "ISC", but there is no corresponding LICENSE file.
package.json
LICENSE
I'm also aware that ISC is the default when running npm init, so it might not be intended.
npm init
Of course it's up to you, but I'm a fan of using the same license as React itself (MIT).
Hi ! Thanks for the insight. You're right about the ISC choice, it's just the npm default so I updated the license to MIT.
I noticed that the
package.json
specifies the license as "ISC", but there is no correspondingLICENSE
file.I'm also aware that ISC is the default when running
npm init
, so it might not be intended.Of course it's up to you, but I'm a fan of using the same license as React itself (MIT).