File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -137,17 +137,15 @@ interface TextNode < Text {
137137
138138## List of Utilities
139139
140- <!-- lint disable list-item-spacing-->
141-
142- - [ ` wooorm/nlcst-is-literal ` ] ( https://github.com/wooorm/nlcst-is-literal )
140+ - [ ` nlcst-is-literal ` ] ( https://github.com/syntax-tree/nlcst-is-literal )
143141 — Check whether a node is meant literally;
144- - [ ` wooorm/ nlcst-normalize` ] ( https://github.com/wooorm /nlcst-normalize )
142+ - [ ` nlcst-normalize ` ] ( https://github.com/syntax-tree /nlcst-normalize )
145143 — Normalize a word for easier comparison;
146- - [ ` wooorm/ nlcst-search` ] ( https://github.com/wooorm /nlcst-search )
144+ - [ ` nlcst-search ` ] ( https://github.com/syntax-tree /nlcst-search )
147145 — Search for patterns in an NLCST tree;
148- - [ ` wooorm/ nlcst-to-string` ] ( https://github.com/wooorm /nlcst-to-string )
146+ - [ ` nlcst-to-string ` ] ( https://github.com/syntax-tree /nlcst-to-string )
149147 — Stringify a node;
150- - [ ` wooorm/ nlcst-test` ] ( https://github.com/wooorm /nlcst-test )
148+ - [ ` nlcst-test ` ] ( https://github.com/syntax-tree /nlcst-test )
151149 — Validate a NLCST node;
152150
153151In addition, see [ ** Unist** ] [ unist ] for other utilities which
You can’t perform that action at this time.
0 commit comments