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" : " hast-util-find-and-replace" ,
3
- "version" : " 4.1.3 " ,
3
+ "version" : " 5.0.0 " ,
4
4
"description" : " hast 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 @@ -57,14 +57,14 @@ npm install hast-util-find-and-replace
57
57
In Deno with [ ` esm.sh ` ] [ esmsh ] :
58
58
59
59
``` js
60
- import {findAndReplace } from ' https://esm.sh/hast-util-find-and-replace@4 '
60
+ import {findAndReplace } from ' https://esm.sh/hast-util-find-and-replace@5 '
61
61
```
62
62
63
63
In browsers with [ ` esm.sh ` ] [ esmsh ] :
64
64
65
65
``` html
66
66
<script type =" module" >
67
- import {findAndReplace } from ' https://esm.sh/hast-util-find-and-replace@4 ?bundle'
67
+ import {findAndReplace } from ' https://esm.sh/hast-util-find-and-replace@5 ?bundle'
68
68
</script >
69
69
```
70
70
You can’t perform that action at this time.
0 commit comments