From 57753b8280b78aaffd7f77dbeeafdb45c4b6f5c6 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Mon, 15 Feb 2016 19:22:55 -0500 Subject: [PATCH] update to new gulp and new uglify version. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",