We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c32af8 commit c8d5f67Copy full SHA for c8d5f67
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-to-html",
3
- "version": "8.0.4",
+ "version": "9.0.0",
4
"description": "hast utility to serialize to HTML",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -64,14 +64,14 @@ npm install hast-util-to-html
64
In Deno with [`esm.sh`][esmsh]:
65
66
```js
67
-import {toHtml} from "https://esm.sh/hast-util-to-html@8"
+import {toHtml} from "https://esm.sh/hast-util-to-html@9"
68
```
69
70
In browsers with [`esm.sh`][esmsh]:
71
72
```html
73
<script type="module">
74
- import {toHtml} from "https://esm.sh/hast-util-to-html@8?bundle"
+ import {toHtml} from "https://esm.sh/hast-util-to-html@9?bundle"
75
</script>
76
77
0 commit comments