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-labelable" ,
3- "version" : " 2 .0.1 " ,
3+ "version" : " 3 .0.0 " ,
44 "description" : " hast utility to check whether a node is labelable" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ npm install hast-util-labelable
4747In Deno with [ ` esm.sh ` ] [ esmsh ] :
4848
4949``` js
50- import {labelable } from ' https://esm.sh/hast-util-labelable@2 '
50+ import {labelable } from ' https://esm.sh/hast-util-labelable@3 '
5151```
5252
5353In browsers with [ ` esm.sh ` ] [ esmsh ] :
5454
5555``` html
5656<script type =" module" >
57- import {labelable } from ' https://esm.sh/hast-util-labelable@2 ?bundle'
57+ import {labelable } from ' https://esm.sh/hast-util-labelable@3 ?bundle'
5858 </script >
5959```
6060
You can’t perform that action at this time.
0 commit comments