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