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