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" : " mdast-util-find-and-replace" ,
3- "version" : " 2.2.2 " ,
3+ "version" : " 3.0.0 " ,
44 "description" : " mdast utility to find and replace text in a tree" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ npm install mdast-util-find-and-replace
5858In Deno with [ ` esm.sh ` ] [ esmsh ] :
5959
6060``` js
61- import {findAndReplace } from ' https://esm.sh/mdast-util-find-and-replace@2 '
61+ import {findAndReplace } from ' https://esm.sh/mdast-util-find-and-replace@3 '
6262```
6363
6464In browsers with [ ` esm.sh ` ] [ esmsh ] :
6565
6666``` html
6767<script type =" module" >
68- import {findAndReplace } from ' https://esm.sh/mdast-util-find-and-replace@2 ?bundle'
68+ import {findAndReplace } from ' https://esm.sh/mdast-util-find-and-replace@3 ?bundle'
6969 </script >
7070```
7171
You can’t perform that action at this time.
0 commit comments