Skip to content

Commit

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

```js
import {recma} from 'https://esm.sh/recma@0'
import {recma} from 'https://esm.sh/recma@1'
```

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

```html
<script type="module">
import {recma} from 'https://esm.sh/recma@0?bundle'
import {recma} from 'https://esm.sh/recma@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@0`,
`recma@1`,
compatible with Node.js 16.

## Security
Expand Down

0 comments on commit 00ecd92

Please sign in to comment.