File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
"ignoreCatch" : true
46
46
},
47
47
"type" : " module" ,
48
- "version" : " 0 .0.0"
48
+ "version" : " 1 .0.0"
49
49
}
Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ npm install recma
62
62
In Deno with [ ` esm.sh ` ] [ esmsh ] :
63
63
64
64
``` js
65
- import {recma } from ' https://esm.sh/recma@0 '
65
+ import {recma } from ' https://esm.sh/recma@1 '
66
66
```
67
67
68
68
In browsers with [ ` esm.sh ` ] [ esmsh ] :
69
69
70
70
``` html
71
71
<script type =" module" >
72
- import {recma } from ' https://esm.sh/recma@0 ?bundle'
72
+ import {recma } from ' https://esm.sh/recma@1 ?bundle'
73
73
</script >
74
74
```
75
75
@@ -133,7 +133,7 @@ versions of Node.js.
133
133
When we cut a new major release,
134
134
we drop support for unmaintained versions of Node.
135
135
This means we try to keep the current release line,
136
- ` recma@0 ` ,
136
+ ` recma@1 ` ,
137
137
compatible with Node.js 16.
138
138
139
139
## Security
You can’t perform that action at this time.
0 commit comments