File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hast-util-script-supporting" ,
3
- "version" : " 2 .0.1 " ,
3
+ "version" : " 3 .0.0 " ,
4
4
"description" : " hast utility to check if a node is a script-supporting element" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
33
33
" index.js"
34
34
],
35
35
"dependencies" : {
36
+ "@types/hast" : " ^3.0.0" ,
36
37
"hast-util-is-element" : " ^3.0.0"
37
38
},
38
39
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ npm install hast-util-script-supporting
47
47
In Deno with [ ` esm.sh ` ] [ esmsh ] :
48
48
49
49
``` 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 '
51
51
```
52
52
53
53
In browsers with [ ` esm.sh ` ] [ esmsh ] :
54
54
55
55
``` html
56
56
<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'
58
58
</script >
59
59
```
60
60
You can’t perform that action at this time.
0 commit comments