Skip to content

Commit 8b53c83

Browse files
committed
3.0.0
1 parent 9af4138 commit 8b53c83

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",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "unist utility to find a node",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ npm install unist-util-find
5151
In Deno with [`esm.sh`][esmsh]:
5252

5353
```js
54-
import {find} from 'https://esm.sh/unist-util-find@2'
54+
import {find} from 'https://esm.sh/unist-util-find@3'
5555
```
5656

5757
In browsers with [`esm.sh`][esmsh]:
5858

5959
```html
6060
<script type="module">
61-
import {find} from 'https://esm.sh/unist-util-find@2?bundle'
61+
import {find} from 'https://esm.sh/unist-util-find@3?bundle'
6262
</script>
6363
```
6464

0 commit comments

Comments
 (0)