Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 21, 2024
1 parent 8319044 commit a2fb19f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/recma-minify/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ npm install recma-minify
In Deno with [`esm.sh`][esmsh]:

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

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

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

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

## Security
Expand Down

0 comments on commit a2fb19f

Please sign in to comment.