leaflet-html 0.3.5 → 0.3.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "leaflet-html",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.3.
|
4
|
+
"version": "0.3.6",
|
5
5
|
"description": "Leaflet expressed in HTML",
|
6
6
|
"keywords": [
|
7
7
|
"leaflet",
|
@@ -21,6 +21,7 @@
|
|
21
21
|
"type": "git",
|
22
22
|
"url": "git+https://github.com/andrewgryan/leaflet-html.git"
|
23
23
|
},
|
24
|
+
"homepage": "https://andrewgryan.github.io/leaflet-html",
|
24
25
|
"license": "MIT",
|
25
26
|
"scripts": {
|
26
27
|
"build": "microbundle",
|