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 diff --git a/package.json b/package.json index fed1870..e30bdc7 100644 --- a/package.json +++ b/package.json @@ -2,17 +2,18 @@ "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", + "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" }, - "homepage": "https://github.com/gh-top-languages/builder#readme", - "bugs": { - "url": "https://github.com/gh-top-languages/builder/issues" - }, "type": "module", + "engines": { "node": ">=22" }, "scripts": { "typecheck": "tsc --noEmit", "dev": "vite",