File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mdast-util-definitions" ,
3
- "version" : " 5.1.2 " ,
3
+ "version" : " 6.0.0 " ,
4
4
"description" : " mdast utility to find definition nodes in a tree" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ npm install mdast-util-definitions
48
48
In Deno with [ ` esm.sh ` ] [ esmsh ] :
49
49
50
50
``` js
51
- import {definitions } from ' https://esm.sh/mdast-util-definitions@5 '
51
+ import {definitions } from ' https://esm.sh/mdast-util-definitions@6 '
52
52
```
53
53
54
54
In browsers with [ ` esm.sh ` ] [ esmsh ] :
55
55
56
56
``` html
57
57
<script type =" module" >
58
- import {definitions } from ' https://esm.sh/mdast-util-definitions@5 ?bundle'
58
+ import {definitions } from ' https://esm.sh/mdast-util-definitions@6 ?bundle'
59
59
</script >
60
60
```
61
61
You can’t perform that action at this time.
0 commit comments