From c49dbabeee66b00995a5e066ad5a6e0b46403e42 Mon Sep 17 00:00:00 2001 From: Micah Zoltu Date: Sat, 30 May 2015 21:59:50 -0700 Subject: [PATCH] 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' + } + } +}