diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cc8c2d..0315712 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: - name: Upload Build Artifacts 📦 uses: actions/upload-pages-artifact@v3 with: - path: ./dist # Path to the build output directory + path: ./demo # Path to the build output directory - name: Deploy to GitHub Pages 🌐 id: deployment diff --git a/.gitignore b/.gitignore index f51070b..35f0b79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ node_modules dist +demo coverage/ +*.tgz # Yarn v2 .pnp.* diff --git a/.vscode/settings.json b/.vscode/settings.json index e3dd158..69e4a0c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -46,5 +46,6 @@ "scss", "pcss", "postcss" - ] + ], + "typescript.tsdk": "node_modules/typescript/lib" } diff --git a/README.md b/README.md index a1a4efd..50a6e58 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Can display and interact with small cluster without the need to zoom or uncluste See the [Demo page](https://teritorio.github.io/maplibre-gl-teritorio-cluster/index.html). -![alt text](image.png) +![alt text](public/image.png) ## Usage @@ -149,9 +149,11 @@ Serve the demo page yarn dev ``` -## Requirements +## Peer Dependencies -Requires [maplibre-gl-js](https://github.com/maplibre/maplibre-gl-js) >= v4.0.0. +This library requires the following peer dependencies to be installed in your project: + +- [maplibre-gl-js](https://github.com/maplibre/maplibre-gl-js) >= v4.5.0. ## Contribution diff --git a/index.html b/index.html index 745c688..626fca9 100644 --- a/index.html +++ b/index.html @@ -3,13 +3,11 @@ - + MapLibre GL Teritorio Cluster - -