File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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": [
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ npm install unist-util-find-before
4747In 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
5353In 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
You can’t perform that action at this time.
0 commit comments