Skip to content

Commit 168f0dd

Browse files
committed
1.0.0
1 parent 07dbe3b commit 168f0dd

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-to-jsx-runtime",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "hast utility to transform to preact, react, solid, svelte, vue, etc",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ npm install hast-util-to-jsx-runtime
6868
In Deno with [`esm.sh`][esmsh]:
6969

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

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

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

0 commit comments

Comments
 (0)