From 4c4a7bc58ff22eeef8795ea59d7290ea63fb2d48 Mon Sep 17 00:00:00 2001 From: Philipp Zins Date: Mon, 29 Oct 2018 09:38:23 +0100 Subject: [PATCH] fix ci --- types/auth0-js/index.d.ts | 2 +- types/auth0-lock/auth0-lock-tests.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/types/auth0-js/index.d.ts b/types/auth0-js/index.d.ts index 6f52a90333..7ca266e6ce 100644 --- a/types/auth0-js/index.d.ts +++ b/types/auth0-js/index.d.ts @@ -566,7 +566,7 @@ export interface Auth0Error { export type Auth0ParseHashError = Auth0Error & { state?: string; -} +}; /** * The contents of the authResult object returned by {@link WebAuth#parseHash } diff --git a/types/auth0-lock/auth0-lock-tests.ts b/types/auth0-lock/auth0-lock-tests.ts index 6e23e81d5e..74dab463dd 100644 --- a/types/auth0-lock/auth0-lock-tests.ts +++ b/types/auth0-lock/auth0-lock-tests.ts @@ -1,3 +1,4 @@ +// TypeScript Version: 2.7 import * as auth0 from 'auth0-js'; import Auth0Lock from 'auth0-lock';