From 2c241c17daee5aa6350820bafffa6bc3bc0d2c7d Mon Sep 17 00:00:00 2001 From: Masonlet Date: Wed, 8 Jul 2026 23:51:40 -0400 Subject: [PATCH 1/3] chore: organize package.json --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fed1870..b9ed4ce 100644 --- a/package.json +++ b/package.json @@ -2,16 +2,16 @@ "name": "@gh-top-languages/builder", "version": "1.0.0", "description": "Interactive builder for testing, previewing, and exporting github-top-languages chart configurations", - "author": "Mason L'Etoile", - "license": "MIT", - "repository": { - "type": "git", - "url": "git+https://github.com/gh-top-languages/builder.git" - }, "homepage": "https://github.com/gh-top-languages/builder#readme", "bugs": { "url": "https://github.com/gh-top-languages/builder/issues" }, + "license": "MIT", + "author": "Mason L'Etoile", + "repository": { + "type": "git", + "url": "git+https://github.com/gh-top-languages/builder.git" + }, "type": "module", "scripts": { "typecheck": "tsc --noEmit", From b3584804cd8c2e97a0418234545c9a7d3c606cc6 Mon Sep 17 00:00:00 2001 From: Masonlet Date: Wed, 8 Jul 2026 23:52:06 -0400 Subject: [PATCH 2/3] chore: set minimum Node version to 22 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b9ed4ce..e30bdc7 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,12 @@ }, "license": "MIT", "author": "Mason L'Etoile", - "repository": { + "repository": { "type": "git", "url": "git+https://github.com/gh-top-languages/builder.git" }, "type": "module", + "engines": { "node": ">=22" }, "scripts": { "typecheck": "tsc --noEmit", "dev": "vite", From 36edf77410f1de2fbb2b6472369c3598e831824d Mon Sep 17 00:00:00 2001 From: Masonlet Date: Wed, 8 Jul 2026 23:52:29 -0400 Subject: [PATCH 3/3] docs: bump Node version to 22 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b305ae1..5046363 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Interactive builder for [gh-top-languages/api](https://github.com/gh-top-languages/api) — preview charts, customize settings, and generate embeddable URLs and Markdown snippets for GitHub READMEs and websites. [![CI](https://github.com/gh-top-languages/builder/actions/workflows/ci.yml/badge.svg)](https://github.com/gh-top-languages/builder/actions/workflows/ci.yml) -![Node](https://img.shields.io/badge/Node.js-20+-green) +![Node](https://img.shields.io/badge/Node.js-22+-green) [![License: MIT](https://img.shields.io/badge/License-MIT-green)](./LICENSE) ![Example Page](images/page.png) @@ -29,7 +29,7 @@ Interactive builder for [gh-top-languages/api](https://github.com/gh-top-languag ### Prerequisites - npm -- Node.js 20+ +- Node.js 22+ ### 1. Clone the Repository ```bash