Change required TypeScript version to 2.3 due to bluebird.

This commit is contained in:
James D. Callahan III
2017-06-21 11:29:22 -05:00
parent b3da69a4a0
commit 9de97afa10

View File

@@ -2,7 +2,7 @@
// Project: http://sequelizejs.com
// Definitions by: samuelneff <https://github.com/samuelneff>, Peter Harris <https://github.com/codeanimal>, Ivan Drinchev <https://github.com/drinchev>, Nick Mueller <https://github.com/morpheusxaut>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
// TypeScript Version: 2.3
// Based on original work by: samuelneff <https://github.com/samuelneff/sequelize-auto-ts/blob/master/lib/sequelize.d.ts>