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-select" ,
3
- "version" : " 4 .0.3 " ,
3
+ "version" : " 5 .0.0 " ,
4
4
"description" : " unist utility to select nodes with CSS-like selectors" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ npm install unist-util-select
63
63
In Deno with [ ` esm.sh ` ] [ esmsh ] :
64
64
65
65
``` js
66
- import {matches , select , selectAll } from " https://esm.sh/unist-util-select@4 "
66
+ import {matches , select , selectAll } from " https://esm.sh/unist-util-select@5 "
67
67
```
68
68
69
69
In browsers with [ ` esm.sh ` ] [ esmsh ] :
70
70
71
71
``` html
72
72
<script type =" module" >
73
- import {matches , select , selectAll } from " https://esm.sh/unist-util-select@4 ?bundle"
73
+ import {matches , select , selectAll } from " https://esm.sh/unist-util-select@5 ?bundle"
74
74
</script >
75
75
```
76
76
@@ -284,7 +284,7 @@ versions of Node.js.
284
284
285
285
When we cut a new major release, we drop support for unmaintained versions of
286
286
Node.
287
- This means we try to keep the current release line, ` unist-util-select@^6 ` ,
287
+ This means we try to keep the current release line, ` unist-util-select@^5 ` ,
288
288
compatible with Node.js 16.
289
289
290
290
## Related
You can’t perform that action at this time.
0 commit comments