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