We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unifiedjs
Learn more about funding links in repositories.
Report abuse
1 parent 40ae4fa commit 6238f72Copy full SHA for 6238f72
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hast-util-raw",
3
- "version": "8.0.0",
+ "version": "9.0.0",
4
"description": "hast utility to reparse a tree",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -73,14 +73,14 @@ npm install hast-util-raw
73
In Deno with [`esm.sh`][esmsh]:
74
75
```js
76
-import {raw} from 'https://esm.sh/hast-util-raw@8'
+import {raw} from 'https://esm.sh/hast-util-raw@9'
77
```
78
79
In browsers with [`esm.sh`][esmsh]:
80
81
```html
82
<script type="module">
83
- import {raw} from 'https://esm.sh/hast-util-raw@8?bundle'
+ import {raw} from 'https://esm.sh/hast-util-raw@9?bundle'
84
</script>
85
86
0 commit comments