Merge pull request #10721 from westy92/master

Fix module name of auth0-js.
This commit is contained in:
Ron Buckton
2016-08-26 10:56:27 -07:00
committed by GitHub

View File

@@ -127,6 +127,6 @@ interface Auth0DelegationToken {
declare var Auth0: Auth0Static;
declare module "auth0" {
declare module "auth0-js" {
export = Auth0
}