We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af4138 commit 8b53c83Copy full SHA for 8b53c83
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "unist-util-find",
3
- "version": "2.0.0",
+ "version": "3.0.0",
4
"description": "unist utility to find a node",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -51,14 +51,14 @@ npm install unist-util-find
51
In Deno with [`esm.sh`][esmsh]:
52
53
```js
54
-import {find} from 'https://esm.sh/unist-util-find@2'
+import {find} from 'https://esm.sh/unist-util-find@3'
55
```
56
57
In browsers with [`esm.sh`][esmsh]:
58
59
```html
60
<script type="module">
61
- import {find} from 'https://esm.sh/unist-util-find@2?bundle'
+ import {find} from 'https://esm.sh/unist-util-find@3?bundle'
62
</script>
63
64
0 commit comments