aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-01 20:27:17 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-01 20:27:17 +0800
commit252b902798572357c56a358950da446bc7f5428b (patch)
tree30d6dfc6288c7bbedacfe7eeed2d794e658a3b7b
parent6a4e8c07377d5d6df3b16c8f8756980a11a17178 (diff)
chore(relase): 0.5.0
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 481ea56..65e342a 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.4.4", 4 "version": "0.5.0",
5 "license": "MIT", 5 "license": "MIT",
6 "type": "module", 6 "type": "module",
7 "main": "dist/dumbymap.mjs", 7 "main": "dist/dumbymap.mjs",
@@ -53,7 +53,7 @@
53 "cssprefix": "^2.0.17", 53 "cssprefix": "^2.0.17",
54 "easymde": "^2.18.0", 54 "easymde": "^2.18.0",
55 "leader-line": "^1.0.7", 55 "leader-line": "^1.0.7",
56 "mapclay": "^0.8.3", 56 "mapclay": "^0.8.4",
57 "markdown-it": "^14.1.0", 57 "markdown-it": "^14.1.0",
58 "markdown-it-anchor": "^9.2.0", 58 "markdown-it-anchor": "^9.2.0",
59 "markdown-it-footnote": "^4.0.0", 59 "markdown-it-footnote": "^4.0.0",