animate icon indicating copy to clipboard operation
animate copied to clipboard

"licenses" field is misused in package.json

Open andrey-skl opened this issue 6 years ago • 0 comments

Same as https://github.com/react-component/util/issues/41:

Now "licenses" field of package.json contains single "MIT" string

According to spec, the "license" (not "licenses") field should be used to specify the single "MIT" license.

So, field should be renamed "licenses" => "license" I believe.

Thanks!

andrey-skl avatar Jul 31 '19 15:07 andrey-skl