From e52b996484770dc2c051e9735f33dac8b0697713 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Tue, 27 Jun 2017 13:45:41 -0700 Subject: [PATCH] Fix gulp & types for gulp to 3 (#16771) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5b11935992f..5a3bc7ad58c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/convert-source-map": "latest", "@types/del": "latest", "@types/glob": "latest", - "@types/gulp": "latest", + "@types/gulp": "3.X", "@types/gulp-concat": "latest", "@types/gulp-help": "latest", "@types/gulp-newer": "latest", @@ -52,7 +52,7 @@ "chai": "latest", "convert-source-map": "latest", "del": "latest", - "gulp": "latest", + "gulp": "3.X", "gulp-clone": "latest", "gulp-concat": "latest", "gulp-help": "latest",