Skip to content
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? #35

Open
cakoose opened this issue Mar 14, 2024 · 0 comments
Open

Specify license in package.json? #35

cakoose opened this issue Mar 14, 2024 · 0 comments

Comments

@cakoose
Copy link

cakoose commented Mar 14, 2024

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": https://github.com/segmentio/isodate/blob/master/package.json#L18

Would you be open to putting "MIT" in the package.json's "license" field?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant