Skip to content

Commit

Permalink
Bumb version to 1.14.12
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Mar 10, 2024
1 parent 3f8dd76 commit 156e5a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Make sure to include the CSS and JS files.
**When using a CDN**

```html
<script src='https://github.com/acalcutt/maplibre-gl-inspect/releases/download/v1.4.6/maplibre-gl-inspect.min.js'></script>
<link href='https://github.com/acalcutt/maplibre-gl-inspect/releases/download/v1.4.6/maplibre-gl-inspect.css' rel='stylesheet' />
<script src='https://unpkg.com/@maplibre/maplibre-gl-inspect@latest/dist/maplibre-gl-inspect.min.js'></script>
<link href='https://unpkg.com/@maplibre/maplibre-gl-inspect@latest/dist/maplibre-gl-inspect.css' rel='stylesheet' />
```

**When using modules**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maplibre/maplibre-gl-inspect",
"version": "1.4.11",
"version": "1.4.12",
"description": "Maplibre GL JS plugin for inspecting vector data",
"main": "index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/acalcutt/maplibre-gl-inspect.git"
"url": "git+https://github.com/maplibre/maplibre-gl-inspect.git"
},
"keywords": [
"maplibre",
Expand All @@ -24,10 +24,14 @@
],
"author": "Andrew Calcutt(Forked from mapbox-gl-inspect by Lukas Martinelli), Harel Mazor",
"license": "BSD-3-Clause",
"files": [
"dist",
"lib"
],
"bugs": {
"url": "https://github.com/acalcutt/maplibre-gl-inspect/issues"
"url": "https://github.com/maplibre/maplibre-gl-inspect/issues"
},
"homepage": "https://github.com/acalcutt/maplibre-gl-inspect#readme",
"homepage": "https://github.com/maplibre/maplibre-gl-inspect#readme",
"dependencies": {
"lodash.isequal": "^4.5.0",
"randomcolor": "^0.6.2"
Expand Down

0 comments on commit 156e5a6

Please sign in to comment.