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" : " hast-util-to-mdast" ,
3- "version" : " 9 .0.0" ,
3+ "version" : " 10 .0.0" ,
44 "description" : " hast utility to transform to mdast" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ npm install hast-util-to-mdast
6565In Deno with [ ` esm.sh ` ] [ esmsh ] :
6666
6767``` js
68- import {toMdast } from ' https://esm.sh/hast-util-to-mdast@9 '
68+ import {toMdast } from ' https://esm.sh/hast-util-to-mdast@10 '
6969```
7070
7171In browsers with [ ` esm.sh ` ] [ esmsh ] :
7272
7373``` html
7474<script type =" module" >
75- import {toMdast } from ' https://esm.sh/hast-util-to-mdast@9 ?bundle'
75+ import {toMdast } from ' https://esm.sh/hast-util-to-mdast@10 ?bundle'
7676 </script >
7777```
7878
You can’t perform that action at this time.
0 commit comments