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-is-element" ,
3- "version" : " 2.1.3 " ,
3+ "version" : " 3.0.0 " ,
44 "description" : " hast utility to check if a node is a (certain) element" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ npm install hast-util-is-element
5555In Deno with [ ` esm.sh ` ] [ esmsh ] :
5656
5757``` js
58- import {isElement } from ' https://esm.sh/hast-util-is-element@2 '
58+ import {isElement } from ' https://esm.sh/hast-util-is-element@3 '
5959```
6060
6161In browsers with [ ` esm.sh ` ] [ esmsh ] :
6262
6363``` html
6464<script type =" module" >
65- import {isElement } from ' https://esm.sh/hast-util-is-element@2 ?bundle'
65+ import {isElement } from ' https://esm.sh/hast-util-is-element@3 ?bundle'
6666 </script >
6767```
6868
You can’t perform that action at this time.
0 commit comments