We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62194a3 commit 6625fdeCopy full SHA for 6625fde
package.json
@@ -1,15 +1,17 @@
1
{
2
"name": "unist-util-find-all-after",
3
"version": "3.0.0",
4
- "description": "Utility to find nodes after another node",
+ "description": "unist utility to find nodes after another node",
5
"license": "MIT",
6
"keywords": [
7
"unist",
8
+ "unist-util",
9
+ "util",
10
+ "utility",
11
+ "tree",
12
"node",
13
"find",
- "after",
- "util",
- "utility"
14
+ "after"
15
],
16
"repository": "syntax-tree/unist-util-find-all-after",
17
"bugs": "https://github.com/syntax-tree/unist-util-find-all-after/issues",
0 commit comments