Skip to content

Commit 8a7a231

Browse files
committed
Merge pull request #6 from kazu69/update-packages
Update packages
2 parents 75630ef + 3eb5b5b commit 8a7a231

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Diff for: package.json

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-htmlhint-inline",
33
"description": "Grunt plugin for linting inline html",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"homepage": "https://github.com/kazu69/grunt-htmlhint-inline",
66
"main": "tasks/htmlhint-inline.js",
77
"author": {
@@ -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
},
@@ -32,7 +27,7 @@
3227
},
3328
"devDependencies": {
3429
"grunt": "^0.4.5",
35-
"grunt-contrib-jshint": "^0.11.3"
30+
"grunt-contrib-jshint": "^1.0.0"
3631
},
3732
"peerDependencies": {
3833
"grunt": ">=0.4.0"

0 commit comments

Comments
 (0)