File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unist-util-find" ,
3
- "version" : " 1 .0.4 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " unist utility to find a node" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ npm install unist-util-find
51
51
In Deno with [ ` esm.sh ` ] [ esmsh ] :
52
52
53
53
``` js
54
- import {find } from ' https://esm.sh/unist-util-find@1 '
54
+ import {find } from ' https://esm.sh/unist-util-find@2 '
55
55
```
56
56
57
57
In browsers with [ ` esm.sh ` ] [ esmsh ] :
58
58
59
59
``` html
60
60
<script type =" module" >
61
- import {find } from ' https://esm.sh/unist-util-find@1 ?bundle'
61
+ import {find } from ' https://esm.sh/unist-util-find@2 ?bundle'
62
62
</script >
63
63
```
64
64
@@ -189,7 +189,7 @@ versions of Node.js.
189
189
When we cut a new major release, we drop support for unmaintained versions of
190
190
Node.
191
191
This means we try to keep the current release line,
192
- ` unist-util-find@^1 ` , compatible with Node.js 12.
192
+ ` unist-util-find@^2 ` , compatible with Node.js 12.
193
193
194
194
## Security
195
195
You can’t perform that action at this time.
0 commit comments