From c43e73a813facdcdcb2571812769f72098ffc7ba Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Sat, 3 Feb 2024 23:06:41 +0800 Subject: [PATCH] fix JS IIFE readme [#347] (#349) * fix JS IIFE readme [#347] * js 3.0.2 - fix package.json and IIFE README --- js/README.md | 2 +- js/examples/leaflet.html | 2 +- js/examples/maplibre.html | 2 +- js/examples/maplibre_raster_dem.html | 2 +- js/package-lock.json | 4 ++-- js/package.json | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/js/README.md b/js/README.md index 13c2a39..cc56422 100644 --- a/js/README.md +++ b/js/README.md @@ -3,7 +3,7 @@ the [PMTiles](https://www.npmjs.com/package/pmtiles) package can be included via script tag or ES6 module: ```html - + ``` All the PMTiles exports are available under the global `pmtiles` variable e.g. `pmtiles.PMTiles`. diff --git a/js/examples/leaflet.html b/js/examples/leaflet.html index 12d1575..218e8a1 100644 --- a/js/examples/leaflet.html +++ b/js/examples/leaflet.html @@ -4,7 +4,7 @@ - +