Skip to content

Commit 132f11d

Browse files
committed
Fixes #501 by restoring marker-*pngs and bumping the npm/unpkg release version.
1 parent 080dc93 commit 132f11d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ module.exports = function(grunt) {
138138
cwd: 'node_modules/leaflet/dist/images/',
139139
flatten: true,
140140
filter: 'isFile',
141-
src: ['layers.png','layers-2x.png'],
141+
src: ['*.png'],
142142
dest: 'dist/images/'
143143
}
144144
]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maps4html/web-map-custom-element",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "web-map customized built-in HTML <map> or custom <mapml-viewer>",
55
"keywords": [
66
"web-components",

0 commit comments

Comments
 (0)