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-parse5" ,
3- "version" : " 7.1.2 " ,
3+ "version" : " 8.0.0 " ,
44 "description" : " hast utility to transform from Parse5’s AST" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ npm install hast-util-from-parse5
5555In Deno with [ ` esm.sh ` ] [ esmsh ] :
5656
5757``` js
58- import {fromParse5 } from " https://esm.sh/hast-util-from-parse5@7 "
58+ import {fromParse5 } from " https://esm.sh/hast-util-from-parse5@8 "
5959```
6060
6161In browsers with [ ` esm.sh ` ] [ esmsh ] :
6262
6363``` html
6464<script type =" module" >
65- import {fromParse5 } from " https://esm.sh/hast-util-from-parse5@7 ?bundle"
65+ import {fromParse5 } from " https://esm.sh/hast-util-from-parse5@8 ?bundle"
6666 </script >
6767```
6868
You can’t perform that action at this time.
0 commit comments