We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cdcdd3 commit df3455bCopy full SHA for df3455b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-from-selector",
3
- "version": "2.0.1",
+ "version": "3.0.0",
4
"description": "hast utility to parse CSS selectors to hast nodes",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -52,14 +52,14 @@ npm install hast-util-from-selector
52
In Deno with [`esm.sh`][esmsh]:
53
54
```js
55
-import {fromSelector} from 'https://esm.sh/hast-util-from-selector@2'
+import {fromSelector} from 'https://esm.sh/hast-util-from-selector@3'
56
```
57
58
In browsers with [`esm.sh`][esmsh]:
59
60
```html
61
<script type="module">
62
- import {fromSelector} from 'https://esm.sh/hast-util-from-selector@2?bundle'
+ import {fromSelector} from 'https://esm.sh/hast-util-from-selector@3?bundle'
63
</script>
64
65
0 commit comments