From 73a4247806eed1879deafeaf273a9dec5d35507e Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Tue, 3 Jan 2017 17:41:09 -0800 Subject: [PATCH] chore: explicitly upgrade istanbul-lib-instrument --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5648620..900d130 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "dependencies": { "find-up": "^1.1.2", - "istanbul-lib-instrument": "^1.4.0-candidate.0", + "istanbul-lib-instrument": "^1.4.0", "object-assign": "^4.1.0", "test-exclude": "^3.3.0" },