From 424ac2176812d66552fba4e42022ec2c6c0e3df8 Mon Sep 17 00:00:00 2001 From: Micah Zoltu Date: Sat, 2 Jan 2016 18:02:14 -0800 Subject: [PATCH 1/3] Create lock@8.0.4 --- package-overrides/github/auth0/lock@8.0.4 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package-overrides/github/auth0/lock@8.0.4 diff --git a/package-overrides/github/auth0/lock@8.0.4 b/package-overrides/github/auth0/lock@8.0.4 new file mode 100644 index 0000000..fb3c129 --- /dev/null +++ b/package-overrides/github/auth0/lock@8.0.4 @@ -0,0 +1,9 @@ +{ + "format": "global", + "main": "build/auth0-lock.min", + "shim": { + "build/auth0-lock.min": { + "exports": "Auth0Lock" + } + } +} From 6b7bb59ed86a9f353556d077f6c81c0df2a4ae7d Mon Sep 17 00:00:00 2001 From: Micah Zoltu Date: Tue, 5 Jan 2016 19:41:14 -0800 Subject: [PATCH 2/3] Rename lock@8.0.4 to lock@8.0.4.json --- package-overrides/github/auth0/{lock@8.0.4 => lock@8.0.4.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package-overrides/github/auth0/{lock@8.0.4 => lock@8.0.4.json} (100%) diff --git a/package-overrides/github/auth0/lock@8.0.4 b/package-overrides/github/auth0/lock@8.0.4.json similarity index 100% rename from package-overrides/github/auth0/lock@8.0.4 rename to package-overrides/github/auth0/lock@8.0.4.json From a432144b37c3ce3c3e24852403f54f166187075f Mon Sep 17 00:00:00 2001 From: Micah Zoltu Date: Wed, 20 Jan 2016 19:35:22 -0800 Subject: [PATCH 3/3] Switches to unminified version. --- package-overrides/github/auth0/lock@8.0.4.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-overrides/github/auth0/lock@8.0.4.json b/package-overrides/github/auth0/lock@8.0.4.json index fb3c129..fd16fad 100644 --- a/package-overrides/github/auth0/lock@8.0.4.json +++ b/package-overrides/github/auth0/lock@8.0.4.json @@ -1,6 +1,6 @@ { "format": "global", - "main": "build/auth0-lock.min", + "main": "build/auth0-lock", "shim": { "build/auth0-lock.min": { "exports": "Auth0Lock"