aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index c2a5150..487c242 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "name": "dumbymap", 2 "name": "dumbymap",
3 "description": "Generate interactive maps from Semantic HTML", 3 "description": "Generate interactive maps from Semantic HTML",
4 "version": "0.2.4", 4 "version": "0.2.5",
5 "license": "MIT", 5 "license": "MIT",
6 "type": "module", 6 "type": "module",
7 "main": "dist/dumbymap.mjs", 7 "main": "dist/dumbymap.mjs",
@@ -17,7 +17,6 @@
17 "openlayers", 17 "openlayers",
18 "leaflet" 18 "leaflet"
19 ], 19 ],
20 "license": "MIT",
21 "scripts": { 20 "scripts": {
22 "watch": "npx rollup -c -w", 21 "watch": "npx rollup -c -w",
23 "build": "mkdir -p dist; npm run build-css; npm run build-renderers; npm run build-resources; npx rollup -c", 22 "build": "mkdir -p dist; npm run build-css; npm run build-renderers; npm run build-resources; npx rollup -c",
@@ -45,7 +44,7 @@
45 "dependencies": { 44 "dependencies": {
46 "easymde": "^2.18.0", 45 "easymde": "^2.18.0",
47 "leader-line": "^1.0.7", 46 "leader-line": "^1.0.7",
48 "mapclay": "^0.6.3", 47 "mapclay": "^0.6.4",
49 "markdown-it": "^14.1.0", 48 "markdown-it": "^14.1.0",
50 "markdown-it-anchor": "^9.2.0", 49 "markdown-it-anchor": "^9.2.0",
51 "markdown-it-footnote": "^4.0.0", 50 "markdown-it-footnote": "^4.0.0",