diff --git a/package-overrides/github/auth0/lock@7.5.4 b/package-overrides/github/auth0/lock@7.5.4 deleted file mode 100644 index a64b166..0000000 --- a/package-overrides/github/auth0/lock@7.5.4 +++ /dev/null @@ -1,9 +0,0 @@ -{ - format: 'global', - main: 'build/auth0-lock.min', - shim: { - 'build/auth0-lock.min': { - exports: 'Auth0Lock' - } - } -} diff --git a/package-overrides/github/auth0/lock@7.5.4.json b/package-overrides/github/auth0/lock@7.5.4.json new file mode 100644 index 0000000..fb3c129 --- /dev/null +++ b/package-overrides/github/auth0/lock@7.5.4.json @@ -0,0 +1,9 @@ +{ + "format": "global", + "main": "build/auth0-lock.min", + "shim": { + "build/auth0-lock.min": { + "exports": "Auth0Lock" + } + } +}