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 89afd5c commit 6305618Copy full SHA for 6305618
package.json
@@ -1,15 +1,17 @@
1
{
2
"name": "hast-util-embedded",
3
"version": "1.0.4",
4
- "description": "Check if a node is a embedded element",
+ "description": "hast utility to check if a node is an embedded element",
5
"license": "MIT",
6
"keywords": [
7
+ "unist",
8
"hast",
9
+ "hast-util",
10
+ "util",
11
+ "utility",
12
"html",
13
"category",
- "embedded",
- "util",
- "utility"
14
+ "embedded"
15
],
16
"repository": "syntax-tree/hast-util-embedded",
17
"bugs": "https://github.com/syntax-tree/hast-util-embedded/issues",
0 commit comments