Skip to content

Commit

Permalink
Fixes #501 by restoring marker-*pngs and bumping the npm/unpkg releas… (
Browse files Browse the repository at this point in the history
#502)

* Fixes #501 by restoring marker-*pngs and bumping the npm/unpkg release version.

* Fixes #501 with a README update, too.

* Fixes #501 with another README update, this time to (obviously) use @latest in the CDN url.
  • Loading branch information
erictheise authored Jul 30, 2021
1 parent 080dc93 commit f3e4390
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ module.exports = function(grunt) {
cwd: 'node_modules/leaflet/dist/images/',
flatten: true,
filter: 'isFile',
src: ['layers.png','layers-2x.png'],
src: ['*.png'],
dest: 'dist/images/'
}
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defined in the MapML (Map Markup Language)

Beginning with `v0.8.2`, <mapml-viewer> can be loaded from the [UNPKG content delivery network](https://unpkg.com/)
```html
<script type="module" src="https://unpkg.com/@maps4html/web-map-custom-element@0.8.2/dist/mapml-viewer.js"></script>
<script type="module" src="https://unpkg.com/@maps4html/web-map-custom-element@latest/dist/mapml-viewer.js"></script>
```

– or installed using npm.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maps4html/web-map-custom-element",
"version": "0.8.2",
"version": "0.8.3",
"description": "web-map customized built-in HTML <map> or custom <mapml-viewer>",
"keywords": [
"web-components",
Expand Down

0 comments on commit f3e4390

Please sign in to comment.