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-parse5" ,
3
- "version" : " 7.1.2 " ,
3
+ "version" : " 8.0.0 " ,
4
4
"description" : " hast utility to transform from Parse5’s AST" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ npm install hast-util-from-parse5
55
55
In Deno with [ ` esm.sh ` ] [ esmsh ] :
56
56
57
57
``` 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 "
59
59
```
60
60
61
61
In browsers with [ ` esm.sh ` ] [ esmsh ] :
62
62
63
63
``` html
64
64
<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"
66
66
</script >
67
67
```
68
68
You can’t perform that action at this time.
0 commit comments