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