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-util-find-and-replace" ,
3
- "version" : " 2.2.2 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " mdast utility to find and replace text in a tree" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ npm install mdast-util-find-and-replace
58
58
In Deno with [ ` esm.sh ` ] [ esmsh ] :
59
59
60
60
``` 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 '
62
62
```
63
63
64
64
In browsers with [ ` esm.sh ` ] [ esmsh ] :
65
65
66
66
``` html
67
67
<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'
69
69
</script >
70
70
```
71
71
You can’t perform that action at this time.
0 commit comments