Skip to content

Commit 9d78618

Browse files
committed
6.0.0
1 parent cd152e7 commit 9d78618

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unist-util-is",
3-
"version": "5.2.1",
3+
"version": "6.0.0",
44
"description": "unist utility to check if a node passes a test",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ npm install unist-util-is
5757
In Deno with [`esm.sh`][esmsh]:
5858

5959
```js
60-
import {is} from 'https://esm.sh/unist-util-is@5'
60+
import {is} from 'https://esm.sh/unist-util-is@6'
6161
```
6262

6363
In browsers with [`esm.sh`][esmsh]:
6464

6565
```html
6666
<script type="module">
67-
import {is} from 'https://esm.sh/unist-util-is@5?bundle'
67+
import {is} from 'https://esm.sh/unist-util-is@6?bundle'
6868
</script>
6969
```
7070

0 commit comments

Comments
 (0)