mattbryson / TouchSwipe-Jquery-Plugin

TouchSwipe is a jquery plugin to be used with jQuery on touch input devices such as iPad, iPhone etc.
http://labs.rampinteractive.co.uk/touchSwipe/
Other
4.05k stars 1.68k forks source link

Removed redundant license file, and updated invalid pacakge.json "license" field. #353

Open golgobot opened 5 years ago

golgobot commented 5 years ago

According to the npm's package.json documentation:

Some old packages used license objects or a “licenses” property containing an array of license objects ... Those styles are now deprecated. Instead, use SPDX expressions, like this:

{ "license": "ISC" }
{ "license": "(MIT OR Apache-2.0)" }

This is an issue because many companies will not include this package in its internal npm registry mirror unless it uses an approved license. Because the license field is malformed, npm reports this package as have license type "none", so it's excluded from the internal mirror.