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" : " mdast-util-heading-style" ,
3
- "version" : " 2 .0.1 " ,
3
+ "version" : " 3 .0.0 " ,
4
4
"description" : " mdast utility to get the style of a heading" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ npm install mdast-util-heading-style
55
55
In Deno with [ ` esm.sh ` ] [ esmsh ] :
56
56
57
57
``` js
58
- import {headingStyle } from ' https://esm.sh/mdast-util-heading-style@2 '
58
+ import {headingStyle } from ' https://esm.sh/mdast-util-heading-style@3 '
59
59
```
60
60
61
61
In browsers with [ ` esm.sh ` ] [ esmsh ] :
62
62
63
63
``` html
64
64
<script type =" module" >
65
- import {headingStyle } from ' https://esm.sh/mdast-util-heading-style@2 ?bundle'
65
+ import {headingStyle } from ' https://esm.sh/mdast-util-heading-style@3 ?bundle'
66
66
</script >
67
67
```
68
68
You can’t perform that action at this time.
0 commit comments