-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify license in package.json? #43
Labels
Comments
Yes, we can accommodate that. |
darinspivey
added a commit
that referenced
this issue
Mar 14, 2024
Certain tooling may try to take advantage of the `license` field in `package.json`. Since this is an MIT licensed product, reflect that in the license field. Fixes: #43
darinspivey
added a commit
that referenced
this issue
Mar 14, 2024
Certain tooling may try to take advantage of the `license` field in `package.json`. Since this is an MIT licensed product, reflect that in the license field. Fixes: #43
🎉 This issue has been resolved in version 4.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a field in the package.json file that allows you to specify the project's license. There are tools that take advantage of this. For example, I use a tool like license-checker to help check that I'm not using a package that has an incompatible license.
When I ran that tool on my codebase, it was able to determine the license for most packages, but not able to do so for this package. This project's license is the MIT license, but the package.json currently has: "SEE LICENSE IN LICENSE":
tail-file-node/package.json
Line 75 in f87a8cc
Would you be open to putting "MIT" in the package.json's "license" field?
The text was updated successfully, but these errors were encountered: