From d3ef55f374c2d1da953651448c97b27773a73458 Mon Sep 17 00:00:00 2001 From: Goran Date: Wed, 22 Sep 2021 10:54:56 -0400 Subject: [PATCH 1/2] Add `unist-util-ancestor` to utilities --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 5e079a7..34b4b05 100644 --- a/readme.md +++ b/readme.md @@ -431,6 +431,8 @@ unist: ### List of utilities +* [`unist-util-ancestor`](https://github.com/gorange/unist-util-ancestor) + — get the common ancestor of one or more nodes * [`unist-util-assert`](https://github.com/syntax-tree/unist-util-assert) — assert nodes * [`unist-util-filter`](https://github.com/syntax-tree/unist-util-filter) From fefa84e20811b30c6d63f68ae0a0d3b33b95f591 Mon Sep 17 00:00:00 2001 From: Titus Date: Thu, 23 Sep 2021 15:27:53 +0200 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 34b4b05..1844403 100644 --- a/readme.md +++ b/readme.md @@ -431,7 +431,7 @@ unist: ### List of utilities -* [`unist-util-ancestor`](https://github.com/gorange/unist-util-ancestor) +* [`unist-util-ancestor`](https://github.com/gorango/unist-util-ancestor) — get the common ancestor of one or more nodes * [`unist-util-assert`](https://github.com/syntax-tree/unist-util-assert) — assert nodes