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-from-dom" ,
3
- "version" : " 4.2 .0" ,
3
+ "version" : " 5.0 .0" ,
4
4
"description" : " hast utility to create a tree from the DOM" ,
5
5
"license" : " ISC" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ npm install hast-util-from-dom
61
61
In Deno with [ ` esm.sh ` ] [ esmsh ] :
62
62
63
63
``` js
64
- import {fromDom } from ' https://esm.sh/hast-util-from-dom@4 '
64
+ import {fromDom } from ' https://esm.sh/hast-util-from-dom@5 '
65
65
```
66
66
67
67
In browsers with [ ` esm.sh ` ] [ esmsh ] :
68
68
69
69
``` html
70
70
<script type =" module" >
71
- import {fromDom } from ' https://esm.sh/hast-util-from-dom@4 ?bundle'
71
+ import {fromDom } from ' https://esm.sh/hast-util-from-dom@5 ?bundle'
72
72
</script >
73
73
```
74
74
You can’t perform that action at this time.
0 commit comments