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 f3c9644 commit 9336d6cCopy full SHA for 9336d6c
package.json
@@ -1,15 +1,17 @@
1
{
2
"name": "hast-util-find-and-replace",
3
"version": "2.0.0",
4
- "description": "Find and replace text in a HAST tree",
+ "description": "hast utility to find and replace text in a tree",
5
"license": "MIT",
6
"keywords": [
7
+ "unist",
8
"hast",
9
+ "hast-util",
10
+ "util",
11
+ "utility",
12
"html",
13
"find",
- "replace",
- "util",
- "utility"
14
+ "replace"
15
],
16
"repository": "syntax-tree/hast-util-find-and-replace",
17
"bugs": "https://github.com/syntax-tree/hast-util-find-and-replace/issues",
0 commit comments