Fix module name.

This commit is contained in:
Seth Westphal
2016-08-19 12:27:12 -05:00
parent 57ec5fbb76
commit 2f07f4c429

View File

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