Skip to content

Commit 40747b5

Browse files
committedAug 8, 2023
2.0.0
1 parent 327a613 commit 40747b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hast-util-from-html-isomorphic",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "hast utility that turns HTML into a syntax tree (while being small in browsers)",
55
"license": "MIT",
66
"keywords": [

‎readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ npm install hast-util-from-html-isomorphic
6666
In Deno with [`esm.sh`][esmsh]:
6767

6868
```js
69-
import {fromHtmlIsomorphic} from 'https://esm.sh/hast-util-from-html-isomorphic@1'
69+
import {fromHtmlIsomorphic} from 'https://esm.sh/hast-util-from-html-isomorphic@2'
7070
```
7171

7272
In browsers with [`esm.sh`][esmsh]:
7373

7474
```html
7575
<script type="module">
76-
import {fromHtmlIsomorphic} from 'https://esm.sh/hast-util-from-html-isomorphic@1?bundle'
76+
import {fromHtmlIsomorphic} from 'https://esm.sh/hast-util-from-html-isomorphic@2?bundle'
7777
</script>
7878
```
7979

0 commit comments

Comments
 (0)
Please sign in to comment.