Skip to content

Commit cf30226

Browse files
committed
Update metadata
1 parent 4ac9ab5 commit cf30226

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

package.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
{
22
"name": "unist-util-visit",
33
"version": "2.0.1",
4-
"description": "Recursively walk over unist nodes",
4+
"description": "unist utility to visit nodes",
55
"license": "MIT",
66
"keywords": [
77
"unist",
8+
"unist-util",
9+
"util",
10+
"utility",
811
"remark",
9-
"markdown",
1012
"retext",
13+
"rehype",
14+
"mdast",
15+
"hast",
16+
"xast",
17+
"nlcst",
1118
"natural",
1219
"language",
20+
"markdown",
21+
"html",
22+
"xml",
23+
"tree",
24+
"ast",
1325
"node",
1426
"visit",
15-
"walk",
16-
"util",
17-
"utility"
27+
"walk"
1828
],
1929
"repository": "syntax-tree/unist-util-visit",
2030
"bugs": "https://github.com/syntax-tree/unist-util-visit/issues",

0 commit comments

Comments
 (0)