We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e3bdc commit 04b668cCopy full SHA for 04b668c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xast-util-to-string",
3
- "version": "2.0.1",
+ "version": "3.0.0",
4
"description": "xast utility to get the text value of a node",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -49,14 +49,14 @@ npm install xast-util-to-string
49
In Deno with [`esm.sh`][esmsh]:
50
51
```js
52
-import {toString} from 'https://esm.sh/xast-util-to-string@2'
+import {toString} from 'https://esm.sh/xast-util-to-string@3'
53
```
54
55
In browsers with [`esm.sh`][esmsh]:
56
57
```html
58
<script type="module">
59
- import {toString} from 'https://esm.sh/xast-util-to-string@2?bundle'
+ import {toString} from 'https://esm.sh/xast-util-to-string@3?bundle'
60
</script>
61
62
0 commit comments