Skip to content

Commit c45c7e4

Browse files
committed
Fix package.json license.
1 parent 99de154 commit c45c7e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
"bugs": {
1515
"url": "https://github.com/CSSLint/csslint/issues"
1616
},
17-
"license": {
18-
"type": "MIT",
19-
"url": "https://github.com/CSSLint/csslint/blob/master/LICENSE"
20-
},
17+
"license": "MIT",
2118
"main": "./lib/csslint-node.js",
2219
"bin": {
2320
"csslint": "./cli.js"

0 commit comments

Comments
 (0)