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-to-string" ,
3
- "version" : " 3.2 .0" ,
3
+ "version" : " 4.0 .0" ,
4
4
"description" : " mdast utility to get the plain text content of a node" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ npm install mdast-util-to-string
53
53
In Deno with [ ` esm.sh ` ] [ esmsh ] :
54
54
55
55
``` js
56
- import {toString } from ' https://esm.sh/mdast-util-to-string@3 '
56
+ import {toString } from ' https://esm.sh/mdast-util-to-string@4 '
57
57
```
58
58
59
59
In browsers with [ ` esm.sh ` ] [ esmsh ] :
60
60
61
61
``` html
62
62
<script type =" module" >
63
- import {toString } from ' https://esm.sh/mdast-util-to-string@3 ?bundle'
63
+ import {toString } from ' https://esm.sh/mdast-util-to-string@4 ?bundle'
64
64
</script >
65
65
```
66
66
You can’t perform that action at this time.
0 commit comments