From 4a8ef2b93c78f4d439518e607b5f704438b8803f Mon Sep 17 00:00:00 2001 From: luke-hagar-sp <98849695+luke-hagar-sp@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:16:42 -0500 Subject: [PATCH] adjusted build step --- github-user-stats.json | 26 +++++++++++++++----------- package.json | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/github-user-stats.json b/github-user-stats.json index bac6240..6e21ccc 100644 --- a/github-user-stats.json +++ b/github-user-stats.json @@ -1,11 +1,11 @@ { "name": "Luke Hagar", "username": "LukeHagar", - "repoViews": 1371, - "linesOfCodeChanged": 1702769, - "totalCommits": 1578, + "repoViews": 1535, + "linesOfCodeChanged": 0, + "totalCommits": 1582, "totalPullRequests": 48, - "codeByteTotal": 11723367, + "codeByteTotal": 11730654, "topLanguages": [ { "languageName": "Svelte", @@ -15,12 +15,12 @@ { "languageName": "JavaScript", "color": "#f1e05a", - "value": 3796001 + "value": 3791060 }, { "languageName": "TypeScript", "color": "#3178c6", - "value": 3144601 + "value": 3156760 }, { "languageName": "Makefile", @@ -55,7 +55,7 @@ { "languageName": "Shell", "color": "#89e051", - "value": 57175 + "value": 57244 }, { "languageName": "MDX", @@ -79,11 +79,11 @@ } ], "forkCount": 14, - "starCount": 112, - "totalContributions": 1769, + "starCount": 113, + "totalContributions": 1773, "closedIssues": 12, "openIssues": 10, - "fetchedAt": 1709096617838, + "fetchedAt": 1709226642094, "contributionData": [ { "contributionCount": 1, @@ -15266,8 +15266,12 @@ "date": "2024-02-27" }, { - "contributionCount": 0, + "contributionCount": 4, "date": "2024-02-28" + }, + { + "contributionCount": 0, + "date": "2024-02-29" } ] } \ No newline at end of file diff --git a/package.json b/package.json index 64803a6..0afdc34 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vite": "^5.1.4" }, "scripts": { - "build": "tsc && ncc build lib/index.js" + "build": "tsc && ncc build --target es2024 lib/index.js" }, "type": "module", "devDependencies": {