jozefizso / generator-license

Yeoman Generator - License
MIT License
59 stars 20 forks source link

Fix removing `license` in package.json when `UNLICENSED` #108

Closed oscarmarcelo closed 2 years ago

oscarmarcelo commented 2 years ago

According to NPM documentation, the license key in package.json should still be present, using UNLICENSED as value:

Finally, if you do not wish to grant others the right to use a private or unpublished package under any terms: { "license": "UNLICENSED" }

Fixes #89.