mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user