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 11{
22 "name" : " mdast-util-heading-range" ,
3- "version" : " 3.1.1 " ,
3+ "version" : " 4.0.0 " ,
44 "description" : " mdast utility to use headings as ranges in mdast" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ npm install mdast-util-heading-range
5959In Deno with [ ` esm.sh ` ] [ esmsh ] :
6060
6161``` 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 '
6363```
6464
6565In browsers with [ ` esm.sh ` ] [ esmsh ] :
6666
6767``` html
6868<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'
7070 </script >
7171```
7272
You can’t perform that action at this time.
0 commit comments