From 7eca634065b9894f2fb5a3ecf7ad32c06b8fb117 Mon Sep 17 00:00:00 2001 From: Dominique Date: Fri, 16 Mar 2018 17:50:26 +0100 Subject: [PATCH] chore(ts): change typescript version dependancy --- types/download/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/download/index.d.ts b/types/download/index.d.ts index 56eb6cc16d..5d19321fb0 100644 --- a/types/download/index.d.ts +++ b/types/download/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/kevva/download // Definitions by: Nico Jansen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.2 +// TypeScript Version: 2.3 /// import { DecompressOptions } from 'decompress';