Skip to content

Commit 4a1f374

Browse files
authored
A few modifications encountered while working toward npm distribution. (Maps4HTML#496)
* Addresses Maps4HTML#493; adding scope allows publishing to npm * typo fix. * Addresses Maps4HTML#493 by suggesting a node version.
1 parent 64ab695 commit 4a1f374

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
15.11.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ mapml-viewer:defined {
5050
}
5151
```
5252

53-
## A parellel customized built-in element
53+
## A parallel customized built-in element
5454

5555
The `<map is="web-map">` customized built-in element is developed in parallel
5656
to the `<mapml-viewer>` autonomous custom element.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "web-map-custom-element",
2+
"name": "@maps4html/web-map-custom-element",
33
"version": "0.8.0",
44
"description": "web-map customized built-in HTML <map> or custom <mapml-viewer>",
55
"keywords": [

0 commit comments

Comments
 (0)