Closed adrianjost closed 5 years ago
Some license compatibility checkers (like license-checker) need the license to be specified in the package.json as well. It's as simple as adding the following code to the package.json:
{ "license": "MIT", }
Some license compatibility checkers (like license-checker) need the license to be specified in the package.json as well. It's as simple as adding the following code to the package.json: