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-html" ,
3
- "version" : " 1 .0.2 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " hast utility to parse from HTML" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ npm install hast-util-from-html
73
73
In Deno with [ ` esm.sh ` ] [ esmsh ] :
74
74
75
75
``` js
76
- import {fromHtml } from ' https://esm.sh/hast-util-from-html@1 '
76
+ import {fromHtml } from ' https://esm.sh/hast-util-from-html@2 '
77
77
```
78
78
79
79
In browsers with [ ` esm.sh ` ] [ esmsh ] :
80
80
81
81
``` html
82
82
<script type =" module" >
83
- import {fromHtml } from ' https://esm.sh/hast-util-from-html@1 ?bundle'
83
+ import {fromHtml } from ' https://esm.sh/hast-util-from-html@2 ?bundle'
84
84
</script >
85
85
```
86
86
You can’t perform that action at this time.
0 commit comments