frankhale / electron-with-express

A simple app that demonstrates spawning an Express app from Electron
MIT License
662 stars 145 forks source link

License mismatch between package.json and LICENSE #44

Closed Godsfoot closed 2 years ago

Godsfoot commented 2 years ago

When looking through the repo I noticed that the license reported in the GitHub UI and present in the LICENSE is MIT, but the package.json still lists GPL-3.0.

I believe it was merely overlooked and may want to be made consistent.

frankhale commented 2 years ago

Thank you so much for mentioning this. This was definitely an oversight. I just resolved it with the latest commit.