Skip to content

Commit dcb3e73

Browse files
committed
Merge pull request #4 from kazu69/package_upgrade
bumpup version
2 parents 3bce865 + 834ff40 commit dcb3e73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
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.3",
4+
"version": "0.1.4",
55
"homepage": "https://github.com/kazu69/grunt-htmlhint-inline",
66
"main": "tasks/htmlhint-inline.js",
77
"author": {
@@ -27,12 +27,12 @@
2727
"test": "grunt test"
2828
},
2929
"dependencies": {
30-
"htmlhint": "^0.9.6",
31-
"tempfile": "^1.1.0"
30+
"htmlhint": "^0.9.12",
31+
"tempfile": "^1.1.1"
3232
},
3333
"devDependencies": {
3434
"grunt": "^0.4.5",
35-
"grunt-contrib-jshint": "^0.11.0"
35+
"grunt-contrib-jshint": "^0.11.3"
3636
},
3737
"peerDependencies": {
3838
"grunt": "~0.4.5"

0 commit comments

Comments
 (0)