From 256a772be99d19ebb6d3aa31e23ad50f6d8ebb12 Mon Sep 17 00:00:00 2001 From: Eric Sherman Date: Tue, 18 Jul 2023 21:16:26 -0500 Subject: [PATCH] [Bug] Have html export always use latest published version This previous commit: https://github.com/keplergl/kepler.gl/commit/dbba7daa1e3982fc5f4dd8cab1d99f7ca5f73c72#diff-d487565baf71f3a3554594403f1de25ce00ba6b634da5248f461f14dbddfe5c2R21 updated the version of kepler.gl to a build that is not published to unpkg.com To fix this problem and avoid in the future, I removed the specific version tag. According to https://unpkg.com/ , this means the latest published version will always be used (currently 2.5.5) --- examples/umd-client/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/umd-client/index.html b/examples/umd-client/index.html index 52821029ba..ce445df56c 100644 --- a/examples/umd-client/index.html +++ b/examples/umd-client/index.html @@ -18,7 +18,7 @@ - +