From a887e760ca19bbab8fec59ffe1795e7b4cffdbd9 Mon Sep 17 00:00:00 2001 From: Andrew Vetovitz Date: Fri, 21 Dec 2018 20:02:46 -0500 Subject: [PATCH] updating typescript version --- types/passport-linkedin-oauth2/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/passport-linkedin-oauth2/index.d.ts b/types/passport-linkedin-oauth2/index.d.ts index a440b49528..6065c44a28 100644 --- a/types/passport-linkedin-oauth2/index.d.ts +++ b/types/passport-linkedin-oauth2/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/auth0/passport-linkedin-oauth2 // Definitions by: Andrew Vetovitz // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.2 +// typesVerisons: 3.2 import { Profile as passportProfile, AuthenticateOptions, Strategy as passportStrategy } from 'passport'; import { Request } from 'express';