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-text" ,
3
- "version" : " 3.1.2 " ,
3
+ "version" : " 4.0.0 " ,
4
4
"description" : " hast utility to get the plain-text value of a node according to the `innerText` algorithm" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ npm install hast-util-to-text
63
63
In Deno with [ ` esm.sh ` ] [ esmsh ] :
64
64
65
65
``` js
66
- import {toText } from ' https://esm.sh/hast-util-to-text@3 '
66
+ import {toText } from ' https://esm.sh/hast-util-to-text@4 '
67
67
```
68
68
69
69
In browsers with [ ` esm.sh ` ] [ esmsh ] :
70
70
71
71
``` html
72
72
<script type =" module" >
73
- import {toText } from ' https://esm.sh/hast-util-to-text@3 ?bundle'
73
+ import {toText } from ' https://esm.sh/hast-util-to-text@4 ?bundle'
74
74
</script >
75
75
```
76
76
You can’t perform that action at this time.
0 commit comments