Merge pull request #179 from leipert/patch-1

rewrote license field to be SPDX compatible
This commit is contained in:
Faisal Salman 2016-09-29 19:49:48 +07:00 committed by GitHub
commit 2a5cd4d119

View File

@ -70,16 +70,7 @@
"type": "git", "type": "git",
"url": "https://github.com/faisalman/ua-parser-js.git" "url": "https://github.com/faisalman/ua-parser-js.git"
}, },
"licenses": [ "license": "(GPL-2.0 OR MIT)",
{
"type": "GPLv2",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
},
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"engines": { "engines": {
"node": "*" "node": "*"
}, },