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-28 13:15:31 -07:00
parent dd904a9701
commit 6a6d833a2f

View File

@ -33,10 +33,5 @@
"gis",
"map"
],
"licenses": [
{
"type": "BSD-2-Clause",
"url": "https://github.com/Leaflet/Leaflet/blob/master/LICENSE"
}
]
"license": "BSD-2-Clause"
}