From: XhmikosR Date: Tue, 18 Mar 2014 05:06:23 +0000 (+0200) Subject: Update all dependencies. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b753d43300f4cd81626958192f3c1fa5f3f9bd0c;p=html-minifier.git Update all dependencies. Node.js v0.10 is required for this. --- diff --git a/.travis.yml b/.travis.yml index a503ff4..672a1c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: node_js node_js: - - "0.8" - "0.10" - "0.11" branches: diff --git a/package.json b/package.json index f903b97..82852b8 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/kangax/html-minifier/issues" }, "engines": { - "node": ">=0.8.0" + "node": ">=0.10.0" }, "directories": { "test": "tests" @@ -43,13 +43,13 @@ "devDependencies": { "grunt": "0.4.x", "grunt-contrib-concat": "0.3.x", - "grunt-contrib-jshint": "0.8.x", + "grunt-contrib-jshint": "0.9.x", "grunt-contrib-qunit": "0.4.x", - "grunt-contrib-uglify": "0.3.x", + "grunt-contrib-uglify": "0.4.x", "grunt-exec": "0.4.x", "grunt-jscs-checker": "0.4.x", - "load-grunt-tasks": "0.3.x", - "qunit": "0.5.x", + "load-grunt-tasks": "0.4.x", + "qunit": "0.6.x", "time-grunt": "0.2.x" }, "files": [