File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/temporal-polyfill Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ console.log(Temporal.Now.zonedDateTimeISO().toString())
41
41
Use a ` <script> ` tags with a CDN link:
42
42
43
43
``` html
44
- <script src =' https://cdn.jsdelivr.net/npm/temporal-polyfill@0.2.1 /global.min.js' ></script >
44
+ <script src =' https://cdn.jsdelivr.net/npm/temporal-polyfill@0.2.2 /global.min.js' ></script >
45
45
<script >
46
46
console .log (Temporal .Now .zonedDateTimeISO ().toString ())
47
47
</script >
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " temporal-polyfill" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"title" : " Temporal Polyfill" ,
6
6
"description" : " A lightweight polyfill for Temporal, successor to the JavaScript Date object" ,
7
7
"author" : {
You can’t perform that action at this time.
0 commit comments