Skip to content

Commit 785e58c

Browse files
committed
4.0.0
1 parent 21144ef commit 785e58c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unist-util-find-before",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "unist utility to find a node before another node",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ npm install unist-util-find-before
4747
In Deno with [`esm.sh`][esmsh]:
4848

4949
```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'
5151
```
5252

5353
In browsers with [`esm.sh`][esmsh]:
5454

5555
```html
5656
<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'
5858
</script>
5959
```
6060

0 commit comments

Comments
 (0)