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-to-estree" ,
3
- "version" : " 2.3.3 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " hast utility to transform to estree (JavaScript AST) JSX" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ npm install hast-util-to-estree
56
56
In Deno with [ ` esm.sh ` ] [ esmsh ] :
57
57
58
58
``` js
59
- import {toEstree } from ' https://esm.sh/hast-util-to-estree@2 '
59
+ import {toEstree } from ' https://esm.sh/hast-util-to-estree@3 '
60
60
```
61
61
62
62
In browsers with [ ` esm.sh ` ] [ esmsh ] :
63
63
64
64
``` html
65
65
<script type =" module" >
66
- import {toEstree } from ' https://esm.sh/hast-util-to-estree@2 ?bundle'
66
+ import {toEstree } from ' https://esm.sh/hast-util-to-estree@3 ?bundle'
67
67
</script >
68
68
```
69
69
You can’t perform that action at this time.
0 commit comments