From 4fd3eaa8ada514e366cb3093d266a10fb5d8c629 Mon Sep 17 00:00:00 2001 From: Leonard Thieu Date: Sat, 24 Jun 2017 15:20:59 -0400 Subject: [PATCH] [angular-animate] Add TypeScript 2.1 requirement. --- types/angular-animate/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/angular-animate/index.d.ts b/types/angular-animate/index.d.ts index b9ba7e425b..0ce96a2f2f 100644 --- a/types/angular-animate/index.d.ts +++ b/types/angular-animate/index.d.ts @@ -2,6 +2,7 @@ // Project: http://angularjs.org // Definitions by: Michel Salib , Adi Dahiya , Raphael Schweizer , Cody Schaaf // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.1 declare var _: string; export = _;