Fix license property name to allow for automatic license discovery. Currently, license shows as none on npmjs.com. This makes it difficult to consume this library as we can't automatically discover the license based on npm metadata.
Screenshot illustrating the npm UI showing none for license:
Goal
Fix license property name to allow for automatic license discovery. Currently, license shows as
none
on npmjs.com. This makes it difficult to consume this library as we can't automatically discover the license based on npm metadata.Screenshot illustrating the npm UI showing
none
for license:Changes
licenses
tolicense
per the npm documentation: https://docs.npmjs.com/files/package.json#licenseNotes