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-heading-rank" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " hast utility to get the rank (or depth, level) of headings" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ npm install hast-util-heading-rank
50
50
In Deno with [ ` esm.sh ` ] [ esmsh ] :
51
51
52
52
``` js
53
- import {headingRank } from ' https://esm.sh/hast-util-heading-rank@2 '
53
+ import {headingRank } from ' https://esm.sh/hast-util-heading-rank@3 '
54
54
```
55
55
56
56
In browsers with [ ` esm.sh ` ] [ esmsh ] :
57
57
58
58
``` html
59
59
<script type =" module" >
60
- import {headingRank } from ' https://esm.sh/hast-util-heading-rank@2 ?bundle'
60
+ import {headingRank } from ' https://esm.sh/hast-util-heading-rank@3 ?bundle'
61
61
</script >
62
62
```
63
63
You can’t perform that action at this time.
0 commit comments