File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hast-util-has-property" ,
3
- "version" : " 2 .0.1 " ,
3
+ "version" : " 3 .0.0 " ,
4
4
"description" : " hast utility to check if a node has a property" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ npm install hast-util-has-property
47
47
In Deno with [ ` esm.sh ` ] [ esmsh ] :
48
48
49
49
``` js
50
- import {hasProperty } from ' https://esm.sh/hast-util-has-property@2 '
50
+ import {hasProperty } from ' https://esm.sh/hast-util-has-property@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 {hasProperty } from ' https://esm.sh/hast-util-has-property@2 ?bundle'
57
+ import {hasProperty } from ' https://esm.sh/hast-util-has-property@3 ?bundle'
58
58
</script >
59
59
```
60
60
You can’t perform that action at this time.
0 commit comments