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-from-selector" ,
3- "version" : " 2 .0.1 " ,
3+ "version" : " 3 .0.0 " ,
44 "description" : " hast utility to parse CSS selectors to hast nodes" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ npm install hast-util-from-selector
5252In Deno with [ ` esm.sh ` ] [ esmsh ] :
5353
5454``` js
55- import {fromSelector } from ' https://esm.sh/hast-util-from-selector@2 '
55+ import {fromSelector } from ' https://esm.sh/hast-util-from-selector@3 '
5656```
5757
5858In browsers with [ ` esm.sh ` ] [ esmsh ] :
5959
6060``` html
6161<script type =" module" >
62- import {fromSelector } from ' https://esm.sh/hast-util-from-selector@2 ?bundle'
62+ import {fromSelector } from ' https://esm.sh/hast-util-from-selector@3 ?bundle'
6363 </script >
6464```
6565
You can’t perform that action at this time.
0 commit comments