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-parse-selector" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 4.0.0 " ,
4
4
"description" : " hast utility to create an element from a simple CSS selector" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ npm install hast-util-parse-selector
47
47
In Deno with [ ` esm.sh ` ] [ esmsh ] :
48
48
49
49
``` js
50
- import {parseSelector } from ' https://esm.sh/hast-util-parse-selector@3 '
50
+ import {parseSelector } from ' https://esm.sh/hast-util-parse-selector@4 '
51
51
```
52
52
53
53
In browsers with [ ` esm.sh ` ] [ esmsh ] :
54
54
55
55
``` html
56
56
<script type =" module" >
57
- import {parseSelector } from ' https://esm.sh/hast-util-parse-selector@3 ?bundle'
57
+ import {parseSelector } from ' https://esm.sh/hast-util-parse-selector@4 ?bundle'
58
58
</script >
59
59
```
60
60
You can’t perform that action at this time.
0 commit comments