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