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-from-dom" ,
3- "version" : " 4.2 .0" ,
3+ "version" : " 5.0 .0" ,
44 "description" : " hast utility to create a tree from the DOM" ,
55 "license" : " ISC" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ npm install hast-util-from-dom
6161In Deno with [ ` esm.sh ` ] [ esmsh ] :
6262
6363``` 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 '
6565```
6666
6767In browsers with [ ` esm.sh ` ] [ esmsh ] :
6868
6969``` html
7070<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'
7272 </script >
7373```
7474
You can’t perform that action at this time.
0 commit comments