From 80c5769dcf69e9ba24e8b62624569d31db0216be Mon Sep 17 00:00:00 2001 From: Endel Dreyer Date: Sat, 11 Nov 2017 17:22:00 -0200 Subject: [PATCH] update sinon version to 4.0 --- types/sinon/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/sinon/index.d.ts b/types/sinon/index.d.ts index 27bc691d3a..4c8f22a6f4 100644 --- a/types/sinon/index.d.ts +++ b/types/sinon/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Sinon 2.3 +// Type definitions for Sinon 4.0 // Project: http://sinonjs.org/ // Definitions by: William Sears // Jonathan Little