We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f4bbc commit c8583f9Copy full SHA for c8583f9
package.json
@@ -14,12 +14,7 @@
14
"bugs": {
15
"url": "https://github.com/kazu69/grunt-htmlhint-inline/issues"
16
},
17
- "licenses": [
18
- {
19
- "type": "MIT",
20
- "url": "https://github.com/kazu69/grunt-htmlhint-inline/blob/master/LICENSE"
21
- }
22
- ],
+ "license": "MIT",
23
"engines": {
24
"node": ">= 0.8.0"
25
@@ -36,7 +31,7 @@
36
31
37
32
"peerDependencies": {
38
33
"grunt": ">=0.4.0"
39
- },
34
+ },
40
35
"keywords": [
41
"gruntplugin",
42
"lint",
0 commit comments