Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 4b47a1e

Browse files
committed
Update metadata
1 parent 089b3aa commit 4b47a1e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
{
22
"name": "hast-to-hyperscript",
33
"version": "7.0.4",
4-
"description": "Transform HAST to something else through a hyperscript DSL",
4+
"description": "hast utility to transform to something else (react, vue, etc) through a hyperscript DSL",
55
"license": "MIT",
66
"keywords": [
7+
"unist",
78
"hast",
9+
"hast-util",
10+
"util",
11+
"utility",
12+
"html",
13+
"change",
14+
"transform",
815
"rehype",
916
"vdom",
1017
"virtual",
1118
"dom",
1219
"hyperscript",
13-
"dsl",
14-
"html"
20+
"dsl"
1521
],
1622
"repository": "syntax-tree/hast-to-hyperscript",
1723
"bugs": "https://github.com/syntax-tree/hast-to-hyperscript/issues",

0 commit comments

Comments
 (0)