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-to-mdast" ,
3
- "version" : " 9 .0.0" ,
3
+ "version" : " 10 .0.0" ,
4
4
"description" : " hast utility to transform to mdast" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ npm install hast-util-to-mdast
65
65
In Deno with [ ` esm.sh ` ] [ esmsh ] :
66
66
67
67
``` 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 '
69
69
```
70
70
71
71
In browsers with [ ` esm.sh ` ] [ esmsh ] :
72
72
73
73
``` html
74
74
<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'
76
76
</script >
77
77
```
78
78
You can’t perform that action at this time.
0 commit comments