Closed oscarmarcelo closed 2 years ago
According to NPM documentation, the license key in package.json should still be present, using UNLICENSED as value:
license
UNLICENSED
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.
According to NPM documentation, the
license
key in package.json should still be present, usingUNLICENSED
as value:Fixes #89.