From 2589b606877be5562e929b7164112a57baef05f0 Mon Sep 17 00:00:00 2001 From: Micah Zoltu Date: Sun, 31 May 2015 09:35:22 -0700 Subject: [PATCH] Update and rename lock@7.5.4 to lock@7.5.4.json --- package-overrides/github/auth0/lock@7.5.4 | 9 --------- package-overrides/github/auth0/lock@7.5.4.json | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 package-overrides/github/auth0/lock@7.5.4 create mode 100644 package-overrides/github/auth0/lock@7.5.4.json 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" + } + } +}