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