We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0976d9 commit ffb71c1Copy full SHA for ffb71c1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xast-util-to-xml",
3
- "version": "3.0.2",
+ "version": "4.0.0",
4
"description": "xast utility to serialize to XML",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -62,14 +62,14 @@ npm install xast-util-to-xml
62
In Deno with [`esm.sh`][esmsh]:
63
64
```js
65
-import {toXml} from 'https://esm.sh/xast-util-to-xml@3'
+import {toXml} from 'https://esm.sh/xast-util-to-xml@4'
66
```
67
68
In browsers with [`esm.sh`][esmsh]:
69
70
```html
71
<script type="module">
72
- import {toXml} from 'https://esm.sh/xast-util-to-xml@3?bundle'
+ import {toXml} from 'https://esm.sh/xast-util-to-xml@4?bundle'
73
</script>
74
75
0 commit comments