From c49dbabeee66b00995a5e066ad5a6e0b46403e42 Mon Sep 17 00:00:00 2001 From: Micah Zoltu Date: Sat, 30 May 2015 21:59:50 -0700 Subject: [PATCH 1/2] Adds auth0/lock override. Copied from https://github.com/volak/registry/blob/master/package-overrides/github/auth0/lock%407.1.1.json, seems to work. --- package-overrides/github/auth0/lock@7.5.4 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package-overrides/github/auth0/lock@7.5.4 diff --git a/package-overrides/github/auth0/lock@7.5.4 b/package-overrides/github/auth0/lock@7.5.4 new file mode 100644 index 0000000..a64b166 --- /dev/null +++ b/package-overrides/github/auth0/lock@7.5.4 @@ -0,0 +1,9 @@ +{ + format: 'global', + main: 'build/auth0-lock.min', + shim: { + 'build/auth0-lock.min': { + exports: 'Auth0Lock' + } + } +} From 2589b606877be5562e929b7164112a57baef05f0 Mon Sep 17 00:00:00 2001 From: Micah Zoltu Date: Sun, 31 May 2015 09:35:22 -0700 Subject: [PATCH 2/2] 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" + } + } +}