Skip to content

Commit 7d1c24a

Browse files
committed
Use the simpler license property.
1 parent d5ab986 commit 7d1c24a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
1414
"bugs": {
1515
"url": "https://github.com/stubbornella/csslint/issues"
1616
},
17-
"licenses": [
18-
{
19-
"type": "MIT",
20-
"url": "https://github.com/stubbornella/csslint/blob/master/LICENSE"
21-
}
22-
],
17+
"license": {
18+
"type": "MIT",
19+
"url": "https://github.com/stubbornella/csslint/blob/master/LICENSE"
20+
},
2321
"main": "./lib/csslint-node.js",
2422
"bin": {
2523
"csslint": "./cli.js"

0 commit comments

Comments
 (0)