Skip to content

Commit a2fb19f

Browse files
committed
1 parent 8319044 commit a2fb19f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/recma-minify/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ npm install recma-minify
5151
In Deno with [`esm.sh`][esmsh]:
5252

5353
```js
54-
import recmaMinify from 'https://esm.sh/recma-minify@0'
54+
import recmaMinify from 'https://esm.sh/recma-minify@1'
5555
```
5656

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

5959
```html
6060
<script type="module">
61-
import recmaMinify from 'https://esm.sh/recma-minify@0?bundle'
61+
import recmaMinify from 'https://esm.sh/recma-minify@1?bundle'
6262
</script>
6363
```
6464

@@ -135,7 +135,7 @@ versions of Node.js.
135135
When we cut a new major release,
136136
we drop support for unmaintained versions of Node.
137137
This means we try to keep the current release line,
138-
`recma-minify@0`,
138+
`recma-minify@1`,
139139
compatible with Node.js 16.
140140

141141
## Security

0 commit comments

Comments
 (0)