Skip to content

Specify license in package.json? #191

@cakoose

Description

@cakoose

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/facade/blob/master/package.json#L18

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions