I noticed however that the repository is missing a license. Even though there's a "license": "MIT" inside the package.json, that is not really a way to license your source code.
To avoid legal troubles for projects adopting your code, any chance you could add a LICENSE file into the repo?
(Remember that "no license" = "all rights reserved" by default 😢)
Thanks for building this!
I noticed however that the repository is missing a license. Even though there's a
"license": "MIT"
inside the package.json, that is not really a way to license your source code.To avoid legal troubles for projects adopting your code, any chance you could add a LICENSE file into the repo?
(Remember that "no license" = "all rights reserved" by default 😢)