File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unist-util-find-before" ,
3
- "version" : " 3 .0.1 " ,
3
+ "version" : " 4 .0.0 " ,
4
4
"description" : " unist utility to find a node before another node" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ npm install unist-util-find-before
47
47
In Deno with [ ` esm.sh ` ] [ esmsh ] :
48
48
49
49
``` js
50
- import {findBefore } from ' https://esm.sh/unist-util-find-before@3 '
50
+ import {findBefore } from ' https://esm.sh/unist-util-find-before@4 '
51
51
```
52
52
53
53
In browsers with [ ` esm.sh ` ] [ esmsh ] :
54
54
55
55
``` html
56
56
<script type =" module" >
57
- import {findBefore } from ' https://esm.sh/unist-util-find-before@3 ?bundle'
57
+ import {findBefore } from ' https://esm.sh/unist-util-find-before@4 ?bundle'
58
58
</script >
59
59
```
60
60
You can’t perform that action at this time.
0 commit comments