We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75630ef + 3eb5b5b commit 8a7a231Copy full SHA for 8a7a231
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "grunt-htmlhint-inline",
3
"description": "Grunt plugin for linting inline html",
4
- "version": "0.1.4",
+ "version": "0.1.5",
5
"homepage": "https://github.com/kazu69/grunt-htmlhint-inline",
6
"main": "tasks/htmlhint-inline.js",
7
"author": {
@@ -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
@@ -32,7 +27,7 @@
32
27
33
28
"devDependencies": {
34
29
"grunt": "^0.4.5",
35
- "grunt-contrib-jshint": "^0.11.3"
30
+ "grunt-contrib-jshint": "^1.0.0"
36
31
37
"peerDependencies": {
38
"grunt": ">=0.4.0"
0 commit comments