From 0361d2e2d899f2f3872a4be764fca665dcef3c7c Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Sat, 17 Oct 2015 13:06:41 -0400 Subject: [PATCH] Update istanbul dependency to 0.4.0 istanbul 0.4.0 has much nicer formatting of html reports. Works fine with the existing version of gulp-istanbul. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b854a1..b5cb44c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "gulp-util": "^3.0.1", - "istanbul": "^0.3.2", + "istanbul": "^0.4.0", "istanbul-threshold-checker": "^0.1.0", "lodash": "^3.0.1", "through2": "^2.0.0"