Skip to content

Commit

Permalink
Use an SPDX expression as "license" in package.json (#440)
Browse files Browse the repository at this point in the history
As recommended by the NPM documentation:
https://docs.npmjs.com/files/package.json#license
  • Loading branch information
ricordisamoa authored and santhoshtr committed Feb 1, 2018
1 parent e72cc80 commit 613364d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,7 @@
"engine": {
"node": ">=6.11.1"
},
"licenses": [
{
"type": "GPL",
"url": "https://github.com/wikimedia/jquery.ime/blob/master/GPL-LICENSE"
},
{
"type": "MIT",
"url": "https://github.com/wikimedia/jquery.ime/blob/master/MIT-LICENSE"
}
],
"license": "(GPL-2.0+ OR MIT)",
"scripts": {
"test": "grunt test --verbose"
}
Expand Down

0 comments on commit 613364d

Please sign in to comment.