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-phrasing" ,
3
- "version" : " 3 .0.1 " ,
3
+ "version" : " 4 .0.0 " ,
4
4
"description" : " mdast utility to check if a node is phrasing content" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ npm install mdast-util-phrasing
50
50
In Deno with [ ` esm.sh ` ] [ esmsh ] :
51
51
52
52
``` js
53
- import {phrasing } from ' https://esm.sh/mdast-util-phrasing@3 '
53
+ import {phrasing } from ' https://esm.sh/mdast-util-phrasing@4 '
54
54
```
55
55
56
56
In browsers with [ ` esm.sh ` ] [ esmsh ] :
57
57
58
58
``` html
59
59
<script type =" module" >
60
- import {phrasing } from ' https://esm.sh/mdast-util-phrasing@3 ?bundle'
60
+ import {phrasing } from ' https://esm.sh/mdast-util-phrasing@4 ?bundle'
61
61
</script >
62
62
```
63
63
You can’t perform that action at this time.
0 commit comments