Skip to content

Commit

Permalink
recma-jsx@1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 18, 2024
1 parent 00ecd92 commit fa86659
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/recma-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"ignoreCatch": true
},
"type": "module",
"version": "0.0.0"
"version": "1.0.0"
}
6 changes: 3 additions & 3 deletions packages/recma-jsx/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ npm install recma-jsx
In Deno with [`esm.sh`][esmsh]:

```js
import recmaJsx from 'https://esm.sh/recma-jsx@0'
import recmaJsx from 'https://esm.sh/recma-jsx@1'
```

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

```html
<script type="module">
import recmaJsx from 'https://esm.sh/recma-jsx@0?bundle'
import recmaJsx from 'https://esm.sh/recma-jsx@1?bundle'
</script>
```

Expand Down Expand Up @@ -130,7 +130,7 @@ versions of Node.js.
When we cut a new major release,
we drop support for unmaintained versions of Node.
This means we try to keep the current release line,
`recma-jsx@0`,
`recma-jsx@1`,
compatible with Node.js 16.

## Security
Expand Down

0 comments on commit fa86659

Please sign in to comment.