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 11{
22 "name" : " unist-util-parents" ,
3- "version" : " 2 .0.1 " ,
3+ "version" : " 3 .0.0 " ,
44 "description" : " unist utility to add references to parents on nodes in a tree" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ npm install unist-util-parents
5050In Deno with [ ` esm.sh ` ] [ esmsh ] :
5151
5252``` js
53- import {parent } from ' https://esm.sh/unist-util-parents@2 '
53+ import {parent } from ' https://esm.sh/unist-util-parents@3 '
5454```
5555
5656In browsers with [ ` esm.sh ` ] [ esmsh ] :
5757
5858``` html
5959<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'
6161 </script >
6262```
6363
You can’t perform that action at this time.
0 commit comments