Skip to content

Commit 00ecd92

Browse files
committed
1 parent 2f4b44e commit 00ecd92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/recma/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
"ignoreCatch": true
4646
},
4747
"type": "module",
48-
"version": "0.0.0"
48+
"version": "1.0.0"
4949
}

packages/recma/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ npm install recma
6262
In Deno with [`esm.sh`][esmsh]:
6363

6464
```js
65-
import {recma} from 'https://esm.sh/recma@0'
65+
import {recma} from 'https://esm.sh/recma@1'
6666
```
6767

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

7070
```html
7171
<script type="module">
72-
import {recma} from 'https://esm.sh/recma@0?bundle'
72+
import {recma} from 'https://esm.sh/recma@1?bundle'
7373
</script>
7474
```
7575

@@ -133,7 +133,7 @@ versions of Node.js.
133133
When we cut a new major release,
134134
we drop support for unmaintained versions of Node.
135135
This means we try to keep the current release line,
136-
`recma@0`,
136+
`recma@1`,
137137
compatible with Node.js 16.
138138

139139
## Security

0 commit comments

Comments
 (0)