Skip to content

Commit

Permalink
move deno arch to version
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Dec 4, 2024
1 parent 77be40a commit 69122f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/repo-readme.vto
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ I have spent my career in IT in Japan, doing a wide range of activities, such as
| Repo Total Files | {{ search.files("").length }} |
| Repo Size in MB | {{ repoSizeKB }} |
| Lume Version | {{ lumeVersion }} |
| Deno Version | {{ Deno.version.deno }} |
| Deno Build and Architecture | {{ Deno.build.os }} {{ Deno.build.arch }} |
| Deno Version | {{ Deno.version.deno }} ({{ Deno.build.os }} {{ Deno.build.arch }}) |
| V8 Version | {{ Deno.version.v8 }} |
| Typescript Version | {{ Deno.version.typescript }} |
| Timezone | {{ Deno.env.get("TZ") }} |
Expand Down

0 comments on commit 69122f3

Please sign in to comment.