From 65521da5111aa78198e76a2f190816e5ca9c4023 Mon Sep 17 00:00:00 2001 From: Mick Charuwichitratana Date: Thu, 14 Dec 2017 12:04:07 +0700 Subject: [PATCH] Change TypeScript version back to 2.2 as it causes error in other package --- types/express-serve-static-core/index.d.ts | 2 +- types/express/index.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/types/express-serve-static-core/index.d.ts b/types/express-serve-static-core/index.d.ts index 83e26a23e4..10b379b565 100644 --- a/types/express-serve-static-core/index.d.ts +++ b/types/express-serve-static-core/index.d.ts @@ -5,7 +5,7 @@ // Kacper Polak // Satana Charuwichitratana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.4 +// TypeScript Version: 2.2 // This extracts the core definitions from express to prevent a circular dependency between express and serve-static /// diff --git a/types/express/index.d.ts b/types/express/index.d.ts index 2ac9fb4bd3..18231dcfbc 100644 --- a/types/express/index.d.ts +++ b/types/express/index.d.ts @@ -2,7 +2,7 @@ // Project: http://expressjs.com // Definitions by: Boris Yankov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.4 +// TypeScript Version: 2.2 /* =================== USAGE ===================