Skip to content

Commit c8583f9

Browse files
committed
fixed correct license field
1 parent 26f4bbc commit c8583f9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@
1414
"bugs": {
1515
"url": "https://github.com/kazu69/grunt-htmlhint-inline/issues"
1616
},
17-
"licenses": [
18-
{
19-
"type": "MIT",
20-
"url": "https://github.com/kazu69/grunt-htmlhint-inline/blob/master/LICENSE"
21-
}
22-
],
17+
"license": "MIT",
2318
"engines": {
2419
"node": ">= 0.8.0"
2520
},
@@ -36,7 +31,7 @@
3631
},
3732
"peerDependencies": {
3833
"grunt": ">=0.4.0"
39-
},
34+
},
4035
"keywords": [
4136
"gruntplugin",
4237
"lint",

0 commit comments

Comments
 (0)