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 9706341 commit 3b096bbCopy full SHA for 3b096bb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-to-mdast",
3
- "version": "8.4.1",
+ "version": "9.0.0",
4
"description": "hast utility to transform to mdast",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -65,14 +65,14 @@ npm install hast-util-to-mdast
65
In Deno with [`esm.sh`][esmsh]:
66
67
```js
68
-import {toMdast} from 'https://esm.sh/hast-util-to-mdast@8'
+import {toMdast} from 'https://esm.sh/hast-util-to-mdast@9'
69
```
70
71
In browsers with [`esm.sh`][esmsh]:
72
73
```html
74
<script type="module">
75
- import {toMdast} from 'https://esm.sh/hast-util-to-mdast@8?bundle'
+ import {toMdast} from 'https://esm.sh/hast-util-to-mdast@9?bundle'
76
</script>
77
78
0 commit comments