Skip to content

Commit

Permalink
recma-build-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 fa86659 commit 40c2f6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/recma-build-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-build-jsx/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ npm install recma-build-jsx
In Deno with [`esm.sh`][esmsh]:

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

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

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

Expand Down Expand Up @@ -133,7 +133,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-build-jsx@0`,
`recma-build-jsx@1`,
compatible with Node.js 16.

## Security
Expand Down

0 comments on commit 40c2f6e

Please sign in to comment.