Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 14, 2023
1 parent 07dbe3b commit 168f0dd
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-to-jsx-runtime",
"version": "0.0.0",
"version": "1.0.0",
"description": "hast utility to transform to preact, react, solid, svelte, vue, etc",
"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 @@ -68,14 +68,14 @@ npm install hast-util-to-jsx-runtime
In Deno with [`esm.sh`][esmsh]:

```js
import {toJsxRuntime} from "https://esm.sh/hast-util-to-jsx-runtime@0"
import {toJsxRuntime} from "https://esm.sh/hast-util-to-jsx-runtime@1"
```

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

```html
<script type="module">
import {toJsxRuntime} from "https://esm.sh/hast-util-to-jsx-runtime@0?bundle"
import {toJsxRuntime} from "https://esm.sh/hast-util-to-jsx-runtime@1?bundle"
</script>
```

Expand Down

0 comments on commit 168f0dd

Please sign in to comment.