From b3a1796d78f5c2067413c7ea9b44e3ba8e3882b8 Mon Sep 17 00:00:00 2001 From: Mark Chapman Date: Mon, 21 Mar 2016 16:39:01 +0000 Subject: [PATCH] Add gulp-util Unit tests fail to run without it --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 58d2ce3..c55304e 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "gulp-sourcemaps": "^1.6.0", "gulp-tslint": "4.3.2", "gulp-typescript": "^2.12.1", + "gulp-util": "^3.0.7", "gulp-watch": "4.3.5", "jasmine-core": "2.4.1", "jasmine-spec-reporter": "^2.4.0",