Merge pull request #218 from kartikm/license

Use SPDX license field in package.json
This commit is contained in:
Niklas Laxström
2016-05-18 16:50:25 +03:00

View File

@@ -40,16 +40,7 @@
"engine": {
"node": ">=0.10.x"
},
"licenses": [
{
"type": "GPL",
"url": "https://github.com/wikimedia/jquery.uls/blob/master/GPL-LICENSE"
},
{
"type": "MIT",
"url": "https://github.com/wikimedia/jquery.uls/blob/master/MIT-LICENSE"
}
],
"license": "(MIT OR GPL-2.0+)",
"scripts": {
"test": "grunt test --verbose"
}