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 23:43:45 -07:00
parent fbbd313bcf
commit bdcec8bff4

View File

@@ -17,12 +17,7 @@
"type": "git",
"url": "https://github.com/less/less.js.git"
},
"licenses": [
{
"type": "Apache v2",
"url": "https://github.com/less/less.js/blob/master/LICENSE"
}
],
"license": "Apache-2.0",
"bin": {
"lessc": "./bin/lessc"
},