Merge pull request #218 from kartikm/license
Use SPDX license field in package.json
This commit is contained in:
11
package.json
11
package.json
@@ -40,16 +40,7 @@
|
|||||||
"engine": {
|
"engine": {
|
||||||
"node": ">=0.10.x"
|
"node": ">=0.10.x"
|
||||||
},
|
},
|
||||||
"licenses": [
|
"license": "(MIT OR GPL-2.0+)",
|
||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test --verbose"
|
"test": "grunt test --verbose"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user