From 834ff40fdd5898c761f54b396d3ebcb1069dbbb2 Mon Sep 17 00:00:00 2001 From: kazu69 Date: Thu, 31 Dec 2015 17:38:41 +0900 Subject: [PATCH] bumpup version --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f104739..874c02c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-htmlhint-inline", "description": "Grunt plugin for linting inline html", - "version": "0.1.3", + "version": "0.1.4", "homepage": "https://github.com/kazu69/grunt-htmlhint-inline", "main": "tasks/htmlhint-inline.js", "author": { @@ -27,12 +27,12 @@ "test": "grunt test" }, "dependencies": { - "htmlhint": "^0.9.6", - "tempfile": "^1.1.0" + "htmlhint": "^0.9.12", + "tempfile": "^1.1.1" }, "devDependencies": { "grunt": "^0.4.5", - "grunt-contrib-jshint": "^0.11.0" + "grunt-contrib-jshint": "^0.11.3" }, "peerDependencies": { "grunt": "~0.4.5"