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-heading" ,
3
- "version" : " 2 .0.1 " ,
3
+ "version" : " 3 .0.0 " ,
4
4
"description" : " hast utility to check if a node is a heading element" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ npm install hast-util-heading
41
41
In Deno with [ ` esm.sh ` ] [ esmsh ] :
42
42
43
43
``` js
44
- import {heading } from ' https://esm.sh/hast-util-heading@2 '
44
+ import {heading } from ' https://esm.sh/hast-util-heading@3 '
45
45
```
46
46
47
47
In browsers with [ ` esm.sh ` ] [ esmsh ] :
48
48
49
49
``` html
50
50
<script type =" module" >
51
- import {heading } from ' https://esm.sh/hast-util-heading@2 ?bundle'
51
+ import {heading } from ' https://esm.sh/hast-util-heading@3 ?bundle'
52
52
</script >
53
53
```
54
54
You can’t perform that action at this time.
0 commit comments