File tree 2 files changed +3
-3
lines changed
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-isomorphic" ,
3
- "version" : " 1 .0.0" ,
3
+ "version" : " 2 .0.0" ,
4
4
"description" : " hast utility that turns HTML into a syntax tree (while being small in browsers)" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ npm install hast-util-from-html-isomorphic
66
66
In Deno with [ ` esm.sh ` ] [ esmsh ] :
67
67
68
68
``` js
69
- import {fromHtmlIsomorphic } from ' https://esm.sh/hast-util-from-html-isomorphic@1 '
69
+ import {fromHtmlIsomorphic } from ' https://esm.sh/hast-util-from-html-isomorphic@2 '
70
70
```
71
71
72
72
In browsers with [ ` esm.sh ` ] [ esmsh ] :
73
73
74
74
``` html
75
75
<script type =" module" >
76
- import {fromHtmlIsomorphic } from ' https://esm.sh/hast-util-from-html-isomorphic@1 ?bundle'
76
+ import {fromHtmlIsomorphic } from ' https://esm.sh/hast-util-from-html-isomorphic@2 ?bundle'
77
77
</script >
78
78
```
79
79
You can’t perform that action at this time.
0 commit comments