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 2fe524c commit 6e67e18Copy full SHA for 6e67e18
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-to-xast",
3
- "version": "2.0.1",
+ "version": "3.0.0",
4
"description": "hast utility to transform to xast",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -56,14 +56,14 @@ npm install hast-util-to-xast
56
In Deno with [`esm.sh`][esmsh]:
57
58
```js
59
-import {toXast} from "https://esm.sh/hast-util-to-xast@2"
+import {toXast} from "https://esm.sh/hast-util-to-xast@3"
60
```
61
62
In browsers with [`esm.sh`][esmsh]:
63
64
```html
65
<script type="module">
66
- import {toXast} from "https://esm.sh/hast-util-to-xast@2?bundle"
+ import {toXast} from "https://esm.sh/hast-util-to-xast@3?bundle"
67
</script>
68
69
0 commit comments