Skip to content

Commit fca0398

Browse files
committed
3.0.0
1 parent be2576d commit fca0398

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hast-util-script-supporting",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "hast utility to check if a node is a script-supporting element",
55
"license": "MIT",
66
"keywords": [
@@ -33,6 +33,7 @@
3333
"index.js"
3434
],
3535
"dependencies": {
36+
"@types/hast": "^3.0.0",
3637
"hast-util-is-element": "^3.0.0"
3738
},
3839
"devDependencies": {

readme.md

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

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

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

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

0 commit comments

Comments
 (0)