Skip to content

Commit 55a3750

Browse files
committed
Update list of utilities
1 parent 60da1d2 commit 55a3750

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ A list of vile-related utilities can be found at [`wooorm/vfile`](https://github
7676
* [`unist-util-modify-children`](https://github.com/wooorm/unist-util-modify-children)
7777
— Modify direct children of a parent;
7878

79+
* [`unist-util-parents`](https://github.com/eush77/unist-util-parents)
80+
`parent` references on nodes;
81+
7982
* [`unist-util-select`](https://github.com/eush77/unist-util-select)
8083
— Visit direct children of a parent;
8184

@@ -84,3 +87,6 @@ A list of vile-related utilities can be found at [`wooorm/vfile`](https://github
8487

8588
* [`unist-util-visit-children`](https://github.com/wooorm/unist-util-visit-children)
8689
— Visit direct children of a parent;
90+
91+
* [`unist-builder`](https://github.com/eush77/unist-builder)
92+
— Helper for creating trees.

0 commit comments

Comments
 (0)