We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed6bb9 commit 5f2adacCopy full SHA for 5f2adac
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-to-dom",
3
- "version": "3.1.1",
+ "version": "4.0.0",
4
"description": "hast utility to transform to the DOM",
5
"license": "ISC",
6
"keywords": [
readme.md
@@ -59,14 +59,14 @@ npm install hast-util-to-dom
59
In Deno with [`esm.sh`][esmsh]:
60
61
```js
62
-import {toDom} from 'https://esm.sh/hast-util-to-dom@3'
+import {toDom} from 'https://esm.sh/hast-util-to-dom@4'
63
```
64
65
In browsers with [`esm.sh`][esmsh]:
66
67
```html
68
<script type="module">
69
- import {toDom} from 'https://esm.sh/hast-util-to-dom@3?bundle'
+ import {toDom} from 'https://esm.sh/hast-util-to-dom@4?bundle'
70
</script>
71
72
0 commit comments