tsparticles / react

React tsParticles official component
https://particles.js.org
MIT License
407 stars 28 forks source link

Update license to MIT same as @tsparticles/engine #75

Closed okhomenko closed 9 months ago

okhomenko commented 9 months ago

Can we update license to MIT?

How to reproduce

npm i -S --save-exact  @tsparticles/react@3.0.0
npx license-checker --unknown --packages @tsparticles/react@3.0.0

Output

└─ @tsparticles/react
   ├─ licenses: UNKNOWN
   ├─ dependencyPath: /Users/okhomenko/test/node_modules/@tsparticles/react
   ├─ path: /Users/okhomenko/test/node_modules/@tsparticles/react
   └─ licenseFile: /Users/okhomenko/test/node_modules/@tsparticles/react/LICENSE

I guess it happens because license property is not explicit in the packages.json.

For example @tsparticles/engine has MIT in package.json

  "license": "MIT",