Merge pull request #8347 from jschaf/auth0-rename

auth0.lock - fix module name
This commit is contained in:
Masahiro Wakame
2016-03-04 21:39:46 +09:00
+1 -1
View File
@@ -78,6 +78,6 @@ interface Auth0LockStatic {
declare var Auth0Lock: Auth0LockStatic;
declare module "Auth0Lock" {
declare module "auth0-lock" {
export = Auth0Lock;
}