We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21144ef commit 785e58cCopy full SHA for 785e58c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "unist-util-find-before",
3
- "version": "3.0.1",
+ "version": "4.0.0",
4
"description": "unist utility to find a node before another node",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -47,14 +47,14 @@ npm install unist-util-find-before
47
In Deno with [`esm.sh`][esmsh]:
48
49
```js
50
-import {findBefore} from 'https://esm.sh/unist-util-find-before@3'
+import {findBefore} from 'https://esm.sh/unist-util-find-before@4'
51
```
52
53
In browsers with [`esm.sh`][esmsh]:
54
55
```html
56
<script type="module">
57
- import {findBefore} from 'https://esm.sh/unist-util-find-before@3?bundle'
+ import {findBefore} from 'https://esm.sh/unist-util-find-before@4?bundle'
58
</script>
59
60
0 commit comments