We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd152e7 commit 9d78618Copy full SHA for 9d78618
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "unist-util-is",
3
- "version": "5.2.1",
+ "version": "6.0.0",
4
"description": "unist utility to check if a node passes a test",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -57,14 +57,14 @@ npm install unist-util-is
57
In Deno with [`esm.sh`][esmsh]:
58
59
```js
60
-import {is} from 'https://esm.sh/unist-util-is@5'
+import {is} from 'https://esm.sh/unist-util-is@6'
61
```
62
63
In browsers with [`esm.sh`][esmsh]:
64
65
```html
66
<script type="module">
67
- import {is} from 'https://esm.sh/unist-util-is@5?bundle'
+ import {is} from 'https://esm.sh/unist-util-is@6?bundle'
68
</script>
69
70
0 commit comments