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 6492976 commit 78d167fCopy full SHA for 78d167f
package.json
@@ -1,19 +1,21 @@
1
{
2
"name": "hast-util-shift-heading",
3
"version": "1.0.1",
4
- "description": "Change heading rank (or depth, level) in hast",
+ "description": "hast utility to change heading rank (or depth, level)",
5
"license": "MIT",
6
"keywords": [
7
+ "unist",
8
+ "hast",
9
+ "hast-util",
10
+ "util",
11
+ "utility",
12
+ "html",
13
"heading",
14
"rank",
15
"depth",
16
"level",
17
"shift",
- "change",
- "hast",
- "html",
- "util",
- "utility"
18
+ "change"
19
],
20
"repository": "syntax-tree/hast-util-shift-heading",
21
"bugs": "https://github.com/syntax-tree/hast-util-shift-heading/issues",
0 commit comments