Fix the lower TypeScript version

should-sinon depends on sinon but has a lower required TypeScript version.
This commit is contained in:
Arylo
2018-02-12 16:13:24 +08:00
parent 73d5aca18e
commit a17992bfa4

View File

@@ -2,7 +2,7 @@
// Project: https://github.com/shouldjs/sinon
// Definitions by: AryloYeung <https://github.com/Arylo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
// TypeScript Version: 2.3
import * as s from "sinon";
import should = require("should");