File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hast-util-shift-heading" ,
3
- "version" : " 3 .0.1 " ,
3
+ "version" : " 4 .0.0 " ,
4
4
"description" : " hast utility to change heading rank (or depth, level)" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ npm install hast-util-shift-heading
51
51
In Deno with [ ` esm.sh ` ] [ esmsh ] :
52
52
53
53
``` js
54
- import {shiftHeading } from ' https://esm.sh/hast-util-shift-heading@3 '
54
+ import {shiftHeading } from ' https://esm.sh/hast-util-shift-heading@4 '
55
55
```
56
56
57
57
In browsers with [ ` esm.sh ` ] [ esmsh ] :
58
58
59
59
``` html
60
60
<script type =" module" >
61
- import {shiftHeading } from ' https://esm.sh/hast-util-shift-heading@3 ?bundle'
61
+ import {shiftHeading } from ' https://esm.sh/hast-util-shift-heading@4 ?bundle'
62
62
</script >
63
63
```
64
64
You can’t perform that action at this time.
0 commit comments