Skip to content

Commit

Permalink
Refactor buildDate format in version file to use currentTime directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Jan 3, 2025
1 parent 8db14fd commit 9bed0e4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .version.json.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
{
"name": "<%= name %>",
"buildDate": "<%= currentTime.toISOString() %>",
"version": "<%= version %>"
}
{ "name": "<%= name %>", "buildDate": "<%= currentTime %>", "version": "<%=
version %>" }

0 comments on commit 9bed0e4

Please sign in to comment.