Skip to content

Commit 06dfed2

Browse files
authored
Merge pull request #5 from thefrontside/cl/replace-absolute-links
Replace Self-Referencing absolute links
2 parents e5f99cf + 6d20134 commit 06dfed2

File tree

5 files changed

+438
-63
lines changed

5 files changed

+438
-63
lines changed

deno.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@
1717
"@std/fs": "jsr:@std/fs@1",
1818
"@std/path": "jsr:@std/path@1",
1919
"@libs/xml": "jsr:@libs/xml@^6.0.0",
20-
"deno-dom": "jsr:@b-fuze/[email protected]",
21-
"effection": "npm:[email protected]",
20+
"effection": "npm:[email protected]",
21+
"hast-util-from-html": "npm:hast-util-from-html@^2.0.3",
22+
"hast-util-select": "npm:hast-util-select@^6.0.4",
23+
"hast-util-to-html": "npm:hast-util-to-html@^9.0.5",
2224
"zod": "npm:zod@^3.20.0",
2325
"zod-opts": "npm:[email protected]"
2426
},

0 commit comments

Comments
 (0)