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 c89d5ff commit 6cc98a4Copy full SHA for 6cc98a4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-from-dom",
3
- "version": "4.2.0",
+ "version": "5.0.0",
4
"description": "hast utility to create a tree from the DOM",
5
"license": "ISC",
6
"keywords": [
readme.md
@@ -61,14 +61,14 @@ npm install hast-util-from-dom
61
In Deno with [`esm.sh`][esmsh]:
62
63
```js
64
-import {fromDom} from 'https://esm.sh/hast-util-from-dom@4'
+import {fromDom} from 'https://esm.sh/hast-util-from-dom@5'
65
```
66
67
In browsers with [`esm.sh`][esmsh]:
68
69
```html
70
<script type="module">
71
- import {fromDom} from 'https://esm.sh/hast-util-from-dom@4?bundle'
+ import {fromDom} from 'https://esm.sh/hast-util-from-dom@5?bundle'
72
</script>
73
74
0 commit comments