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