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-to-estree" ,
3- "version" : " 2.3.3 " ,
3+ "version" : " 3.0.0 " ,
44 "description" : " hast utility to transform to estree (JavaScript AST) JSX" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ npm install hast-util-to-estree
5656In Deno with [ ` esm.sh ` ] [ esmsh ] :
5757
5858``` 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 '
6060```
6161
6262In browsers with [ ` esm.sh ` ] [ esmsh ] :
6363
6464``` html
6565<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'
6767 </script >
6868```
6969
You can’t perform that action at this time.
0 commit comments