We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a5e57 commit 9a84c7cCopy full SHA for 9a84c7c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xast-util-from-xml",
3
- "version": "2.0.2",
+ "version": "3.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@2'
+import {fromXml} from 'https://esm.sh/xast-util-from-xml@3'
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@2?bundle'
+ import {fromXml} from 'https://esm.sh/xast-util-from-xml@3?bundle'
63
</script>
64
65
0 commit comments