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" : " unist-util-modify-children" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 4.0.0 " ,
4
4
"description" : " unist utility to modify direct children of a parent" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ npm install unist-util-modify-children
48
48
In Deno with [ ` esm.sh ` ] [ esmsh ] :
49
49
50
50
``` js
51
- import {modifyChildren } from ' https://esm.sh/unist-util-modify-children@3 '
51
+ import {modifyChildren } from ' https://esm.sh/unist-util-modify-children@4 '
52
52
```
53
53
54
54
In browsers with [ ` esm.sh ` ] [ esmsh ] :
55
55
56
56
``` html
57
57
<script type =" module" >
58
- import {modifyChildren } from ' https://esm.sh/unist-util-modify-children@3 ?bundle'
58
+ import {modifyChildren } from ' https://esm.sh/unist-util-modify-children@4 ?bundle'
59
59
</script >
60
60
```
61
61
You can’t perform that action at this time.
0 commit comments