leaflet-html 0.8.3 → 0.8.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "leaflet-html",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.8.
|
5
|
-
"description": "Leaflet expressed in HTML",
|
4
|
+
"version": "0.8.4",
|
5
|
+
"description": "Leaflet expressed in HTML, optimized for HTMX",
|
6
6
|
"keywords": [
|
7
7
|
"leaflet",
|
8
8
|
"hda",
|
9
9
|
"html",
|
10
10
|
"hypermedia",
|
11
|
-
"maps"
|
11
|
+
"maps",
|
12
|
+
"htmx"
|
12
13
|
],
|
13
14
|
"source": "src/index.js",
|
14
15
|
"main": "./dist/leaflet-html.cjs",
|