From a17992bfa4d8fc00054751f8a89be2c2290052bb Mon Sep 17 00:00:00 2001 From: Arylo Date: Mon, 12 Feb 2018 16:13:24 +0800 Subject: [PATCH] Fix the lower TypeScript version should-sinon depends on sinon but has a lower required TypeScript version. --- types/should-sinon/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/should-sinon/index.d.ts b/types/should-sinon/index.d.ts index 34cb3010cc..25233c1c61 100644 --- a/types/should-sinon/index.d.ts +++ b/types/should-sinon/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/shouldjs/sinon // Definitions by: AryloYeung // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.1 +// TypeScript Version: 2.3 import * as s from "sinon"; import should = require("should");