From: Evert Timberg Date: Tue, 16 Feb 2016 00:22:55 +0000 (-0500) Subject: update to new gulp and new uglify version. X-Git-Tag: v1.1.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57753b8280b78aaffd7f77dbeeafdb45c4b6f5c6;p=thirdparty%2FChart.js.git update to new gulp and new uglify version. --- diff --git a/package.json b/package.json index 8e8bedd31..aca2ef24d 100644 --- a/package.json +++ b/package.json @@ -11,13 +11,13 @@ "license" : "MIT", "dependences": {}, "devDependencies": { - "gulp": "3.5.x", + "gulp": "3.9.x", "gulp-concat": "~2.1.x", "gulp-connect": "~2.0.5", "gulp-jshint": "~1.5.1", "gulp-replace": "^0.4.0", "gulp-size": "~0.4.0", - "gulp-uglify": "~0.2.x", + "gulp-uglify": "~1.5.x", "gulp-util": "~2.2.x", "gulp-html-validator": "^0.0.2", "inquirer": "^0.5.1",