aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 487c242..5c89350 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.5", 4 "version": "0.2.6",
5 "license": "MIT", 5 "license": "MIT",
6 "type": "module", 6 "type": "module",
7 "main": "dist/dumbymap.mjs", 7 "main": "dist/dumbymap.mjs",
@@ -44,7 +44,7 @@
44 "dependencies": { 44 "dependencies": {
45 "easymde": "^2.18.0", 45 "easymde": "^2.18.0",
46 "leader-line": "^1.0.7", 46 "leader-line": "^1.0.7",
47 "mapclay": "^0.6.4", 47 "mapclay": "^0.6.5",
48 "markdown-it": "^14.1.0", 48 "markdown-it": "^14.1.0",
49 "markdown-it-anchor": "^9.2.0", 49 "markdown-it-anchor": "^9.2.0",
50 "markdown-it-footnote": "^4.0.0", 50 "markdown-it-footnote": "^4.0.0",