@trailstash/ultra 3.0.0-dev2 → 3.0.0-dev3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/help-modal.js +1 -2
- package/package.json +2 -2
package/components/help-modal.js
CHANGED
|
@@ -5,7 +5,6 @@ import { normalizeCSS } from "../lib/normalize.js";
|
|
|
5
5
|
import { toQueryParams } from "../lib/queryParams.js";
|
|
6
6
|
import { version as maplibreVersion } from "maplibre-gl/package.json";
|
|
7
7
|
import { version as osmtogeojsonVersion } from "osmtogeojson/package.json";
|
|
8
|
-
import packageLock from "../package-lock.json"
|
|
9
8
|
import readme from "../README.md";
|
|
10
9
|
|
|
11
10
|
export class HelpModal extends HTMLElement {
|
|
@@ -83,7 +82,7 @@ export class HelpModal extends HTMLElement {
|
|
|
83
82
|
KML/GPX/TCX to GeoJSON conversion powered by
|
|
84
83
|
<a target="_blank" href="https://github.com/placemark/togeojson"
|
|
85
84
|
>@tmcw/togeojson</a
|
|
86
|
-
>
|
|
85
|
+
>
|
|
87
86
|
</li>
|
|
88
87
|
</ul>
|
|
89
88
|
</div>
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "3.0.0-
|
|
6
|
+
"version": "3.0.0-dev3",
|
|
7
7
|
"description": "A web based tool for making MapLibre GL maps with data from souces such as Overpass, GeoJSON, GPX, KML, TCX, etc",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"scripts": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"start:docs": "mkdocs serve",
|
|
17
17
|
"build:pages": "mkdir -p public && cp -Lr static/* public/.",
|
|
18
18
|
"start": "node ./bin/run.js serve",
|
|
19
|
-
"format": "prettier --print-width=80 --write '
|
|
19
|
+
"format": "prettier --print-width=80 --write '**/*@trailstash/ultru.js' '**/*.json' README.md static/index.html '**/*.css'",
|
|
20
20
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
21
21
|
},
|
|
22
22
|
"type": "module",
|