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