From 9ada3affb6dc5d0a2b48b280388ea8208d3f287f Mon Sep 17 00:00:00 2001 From: Leonard Thieu Date: Mon, 19 Jun 2017 15:10:28 -0400 Subject: [PATCH] [angular-animate] Remove dependency on @types/jquery. --- types/angular-animate/index.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/angular-animate/index.d.ts b/types/angular-animate/index.d.ts index 7e3202bc0e..b9ba7e425b 100644 --- a/types/angular-animate/index.d.ts +++ b/types/angular-animate/index.d.ts @@ -2,9 +2,6 @@ // Project: http://angularjs.org // Definitions by: Michel Salib , Adi Dahiya , Raphael Schweizer , Cody Schaaf // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.3 - -/// declare var _: string; export = _;