Skip to content

Commit 5099ab6

Browse files
committed
Update metadata
1 parent a82c049 commit 5099ab6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
{
22
"name": "unist-util-filter",
33
"version": "2.0.1",
4-
"description": "Create a new unist tree with all nodes that pass the test implemented by the provided function",
4+
"description": "unist utility to create a new tree with nodes that pass a filter",
55
"license": "MIT",
66
"keywords": [
7+
"unist",
8+
"unist-util",
9+
"util",
10+
"utility",
711
"ast",
12+
"tree",
13+
"node",
814
"clone",
915
"filter",
1016
"immutable",
11-
"node",
12-
"test",
13-
"tree",
14-
"unist",
15-
"util"
17+
"test"
1618
],
1719
"repository": "syntax-tree/unist-util-filter",
1820
"bugs": "https://github.com/syntax-tree/unist-util-filter/issues",

0 commit comments

Comments
 (0)