-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
When accessing https://www.npmjs.com/package/jstz , the license shows up as none, even though the LICENSE file mentions MIT.
I had a look at the package.json file, and it seems that the license is specified using the licenses field. This field was deprecated in favor of the license field. See the npm documentation for license.
Updating package.json to use license should solve the issue.
iansinnott