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