Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c8d5f67

Browse files
committed
9.0.0
1 parent 8c32af8 commit c8d5f67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hast-util-to-html",
3-
"version": "8.0.4",
3+
"version": "9.0.0",
44
"description": "hast utility to serialize to HTML",
55
"license": "MIT",
66
"keywords": [

‎readme.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ npm install hast-util-to-html
6464
In Deno with [`esm.sh`][esmsh]:
6565

6666
```js
67-
import {toHtml} from "https://esm.sh/hast-util-to-html@8"
67+
import {toHtml} from "https://esm.sh/hast-util-to-html@9"
6868
```
6969

7070
In browsers with [`esm.sh`][esmsh]:
7171

7272
```html
7373
<script type="module">
74-
import {toHtml} from "https://esm.sh/hast-util-to-html@8?bundle"
74+
import {toHtml} from "https://esm.sh/hast-util-to-html@9?bundle"
7575
</script>
7676
```
7777

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /