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" : " mdast-util-heading-range" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 4.0.0 " ,
4
4
"description" : " mdast utility to use headings as ranges in mdast" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ npm install mdast-util-heading-range
59
59
In Deno with [ ` esm.sh ` ] [ esmsh ] :
60
60
61
61
``` js
62
- import {headingRange } from ' https://esm.sh/mdast-util-heading-range@3 '
62
+ import {headingRange } from ' https://esm.sh/mdast-util-heading-range@4 '
63
63
```
64
64
65
65
In browsers with [ ` esm.sh ` ] [ esmsh ] :
66
66
67
67
``` html
68
68
<script type =" module" >
69
- import {headingRange } from ' https://esm.sh/mdast-util-heading-range@3 ?bundle'
69
+ import {headingRange } from ' https://esm.sh/mdast-util-heading-range@4 ?bundle'
70
70
</script >
71
71
```
72
72
You can’t perform that action at this time.
0 commit comments