From 99ccbdcdfc6b79d7a9388332ac7b570debae0c3e Mon Sep 17 00:00:00 2001 From: Mike Deverell Date: Fri, 2 Mar 2018 23:48:54 -0500 Subject: [PATCH] bump TypeScript version to 2.6 in header --- types/ramda/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/ramda/index.d.ts b/types/ramda/index.d.ts index fcd3b2b06f..9004ec7651 100644 --- a/types/ramda/index.d.ts +++ b/types/ramda/index.d.ts @@ -16,7 +16,7 @@ // Nikita Moshensky // Ethan Resnick // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.4 +// TypeScript Version: 2.6 declare let R: R.Static;