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 11{
22 "name" : " mdast-util-to-nlcst" ,
3- "version" : " 6 .0.0" ,
3+ "version" : " 7 .0.0" ,
44 "description" : " mdast utility to transform to nlcst" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ npm install mdast-util-to-nlcst
5858In Deno with [ ` esm.sh ` ] [ esmsh ] :
5959
6060``` js
61- import {toNlcst } from ' https://esm.sh/mdast-util-to-nlcst@6 '
61+ import {toNlcst } from ' https://esm.sh/mdast-util-to-nlcst@7 '
6262```
6363
6464In browsers with [ ` esm.sh ` ] [ esmsh ] :
6565
6666``` html
6767<script type =" module" >
68- import {toNlcst } from ' https://esm.sh/mdast-util-to-nlcst@6 ?bundle'
68+ import {toNlcst } from ' https://esm.sh/mdast-util-to-nlcst@7 ?bundle'
6969 </script >
7070```
7171
You can’t perform that action at this time.
0 commit comments