We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c767cf commit 1b79566Copy full SHA for 1b79566
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xast-util-from-xml",
3
- "version": "3.0.0",
+ "version": "4.0.0",
4
"description": "xast utility to parse from XML",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -52,14 +52,14 @@ npm install xast-util-from-xml
52
In Deno with [`esm.sh`][esmsh]:
53
54
```js
55
-import {fromXml} from 'https://esm.sh/xast-util-from-xml@3'
+import {fromXml} from 'https://esm.sh/xast-util-from-xml@4'
56
```
57
58
In browsers with [`esm.sh`][esmsh]:
59
60
```html
61
<script type="module">
62
- import {fromXml} from 'https://esm.sh/xast-util-from-xml@3?bundle'
+ import {fromXml} from 'https://esm.sh/xast-util-from-xml@4?bundle'
63
</script>
64
65
0 commit comments