Skip to content

Commit f0f3421

Browse files
committed
Update metadata
1 parent 140c52c commit f0f3421

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"name": "unist-util-map",
33
"version": "2.0.0",
4-
"description": "Create a new Unist tree with all nodes that mapped by the provided function",
4+
"description": "unist utility to create a new tree by mapping all nodes",
55
"license": "MIT",
66
"keywords": [
77
"unist",
8-
"node",
9-
"textlint",
8+
"unist-util",
109
"util",
11-
"utility"
10+
"utility",
11+
"node",
12+
"tree",
13+
"map",
14+
"walk",
15+
"visit"
1216
],
1317
"repository": "syntax-tree/unist-util-map",
1418
"bugs": "https://github.com/syntax-tree/unist-util-map/issues",

0 commit comments

Comments
 (0)