Update license attribute

specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
This commit is contained in:
Peter deHaan 2015-05-20 15:08:53 -07:00
parent 8e037207b4
commit aefb1ce335

View file

@ -30,16 +30,7 @@
"web": "http://twitter.com/supercodepoet"
}
],
"licenses": [
{
"type": "OFL-1.1",
"url": "http://scripts.sil.org/OFL"
},
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.html"
}
],
"license": "OFL-1.1 AND MIT",
"dependencies": {
},
"engines" : {