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 7dcdf90 commit 88c0229Copy full SHA for 88c0229
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "unist-util-filter",
3
- "version": "4.0.1",
+ "version": "5.0.0",
4
"description": "unist utility to create a new tree with nodes that pass a filter",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -52,14 +52,14 @@ npm install unist-util-filter
52
In Deno with [`esm.sh`][esmsh]:
53
54
```js
55
-import {filter} from 'https://esm.sh/unist-util-filter@4'
+import {filter} from 'https://esm.sh/unist-util-filter@5'
56
```
57
58
In browsers with [`esm.sh`][esmsh]:
59
60
```html
61
<script type="module">
62
- import {filter} from 'https://esm.sh/unist-util-filter@4?bundle'
+ import {filter} from 'https://esm.sh/unist-util-filter@5?bundle'
63
</script>
64
65
0 commit comments