Skip to content

Commit caf78d3

Browse files
committed
3.0.0
1 parent 69ebe4b commit caf78d3

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": "hast-util-interactive",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "hast utility to check if a node is interactive",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ npm install hast-util-interactive
4747
In Deno with [`esm.sh`][esmsh]:
4848

4949
```js
50-
import {interactive} from 'https://esm.sh/hast-util-interactive@2'
50+
import {interactive} from 'https://esm.sh/hast-util-interactive@3'
5151
```
5252

5353
In browsers with [`esm.sh`][esmsh]:
5454

5555
```html
5656
<script type="module">
57-
import {interactive} from 'https://esm.sh/hast-util-interactive@2?bundle'
57+
import {interactive} from 'https://esm.sh/hast-util-interactive@3?bundle'
5858
</script>
5959
```
6060

0 commit comments

Comments
 (0)