Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 8, 2023
1 parent 327a613 commit 40747b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-from-html-isomorphic",
"version": "1.0.0",
"version": "2.0.0",
"description": "hast utility that turns HTML into a syntax tree (while being small in browsers)",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ npm install hast-util-from-html-isomorphic
In Deno with [`esm.sh`][esmsh]:

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

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

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

Expand Down

0 comments on commit 40747b5

Please sign in to comment.