We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080dc93 commit 132f11dCopy full SHA for 132f11d
Gruntfile.js
@@ -138,7 +138,7 @@ module.exports = function(grunt) {
138
cwd: 'node_modules/leaflet/dist/images/',
139
flatten: true,
140
filter: 'isFile',
141
- src: ['layers.png','layers-2x.png'],
+ src: ['*.png'],
142
dest: 'dist/images/'
143
}
144
]
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@maps4html/web-map-custom-element",
3
- "version": "0.8.2",
+ "version": "0.8.3",
4
"description": "web-map customized built-in HTML <map> or custom <mapml-viewer>",
5
"keywords": [
6
"web-components",
0 commit comments