diff --git a/package.json b/package.json index 6931b59..9cf7e48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-htmlcompressor", "description": "compress html with grunt and htmlcompressor", - "version": "0.1.10", + "version": "0.2.0", "homepage": "https://github.com/jney/grunt-htmlcompressor", "author": { "name": "Jean-Sébastien Ney", @@ -29,7 +29,7 @@ "test": "grunt" }, "dependencies": { - "grunt": "~0.4.0", + "grunt": "~1.6.1", "lodash": "~2.2.1" }, "devDependencies": {