From 951c0c1fe148b9a8a074f1a94947c27fd32d3b02 Mon Sep 17 00:00:00 2001 From: Raza Haider <110945412+raza-h@users.noreply.github.com> Date: Wed, 11 Feb 2026 12:07:50 +0500 Subject: [PATCH] fix: replace incorrect package.json entrypoint with express.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dac23de7a7852..aa77324432d31 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "cards", "card-generator" ], - "main": "src/index.js", + "main": "express.js", "type": "module", "homepage": "https://github.com/anuraghazra/github-readme-stats", "bugs": {