mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-26 10:42:51 +00:00
auth0.lock - fix module name
The module name for auth0.lock is auth0-lock as seen in the example: https://github.com/auth0/lock/blob/master/examples/webpack/src/app.js I'm not sure where the Auth0Lock name came from, but typescript fails to resolve the module with the name Auth0Lock.
This commit is contained in:
parent
55c750ace8
commit
c3696a6b87
2
auth0.lock/auth0.lock.d.ts
vendored
2
auth0.lock/auth0.lock.d.ts
vendored
@ -78,6 +78,6 @@ interface Auth0LockStatic {
|
||||
|
||||
declare var Auth0Lock: Auth0LockStatic;
|
||||
|
||||
declare module "Auth0Lock" {
|
||||
declare module "auth0-lock" {
|
||||
export = Auth0Lock;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user