We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8319044 commit a2fb19fCopy full SHA for a2fb19f
packages/recma-minify/readme.md
@@ -51,14 +51,14 @@ npm install recma-minify
51
In Deno with [`esm.sh`][esmsh]:
52
53
```js
54
-import recmaMinify from 'https://esm.sh/recma-minify@0'
+import recmaMinify from 'https://esm.sh/recma-minify@1'
55
```
56
57
In browsers with [`esm.sh`][esmsh]:
58
59
```html
60
<script type="module">
61
- import recmaMinify from 'https://esm.sh/recma-minify@0?bundle'
+ import recmaMinify from 'https://esm.sh/recma-minify@1?bundle'
62
</script>
63
64
@@ -135,7 +135,7 @@ versions of Node.js.
135
When we cut a new major release,
136
we drop support for unmaintained versions of Node.
137
This means we try to keep the current release line,
138
-`recma-minify@0`,
+`recma-minify@1`,
139
compatible with Node.js 16.
140
141
## Security
0 commit comments