We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c41d7 commit 6e72085Copy full SHA for 6e72085
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mdast-util-to-hast",
3
- "version": "12.3.0",
+ "version": "13.0.0",
4
"description": "mdast utility to transform to hast",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -75,14 +75,14 @@ npm install mdast-util-to-hast
75
In Deno with [`esm.sh`][esmsh]:
76
77
```js
78
-import {toHast} from 'https://esm.sh/mdast-util-to-hast@12'
+import {toHast} from 'https://esm.sh/mdast-util-to-hast@13'
79
```
80
81
In browsers with [`esm.sh`][esmsh]:
82
83
```html
84
<script type="module">
85
- import {toHast} from 'https://esm.sh/mdast-util-to-hast@12?bundle'
+ import {toHast} from 'https://esm.sh/mdast-util-to-hast@13?bundle'
86
</script>
87
88
0 commit comments