From 2856c7785bb2b6c96bf2ac53229c3132689bee69 Mon Sep 17 00:00:00 2001 From: Carlos Gutierrez Date: Tue, 27 Jan 2026 23:38:47 -0500 Subject: [PATCH] Fixing the repository URL in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2313d4c..7b3d293 100644 --- a/package.json +++ b/package.json @@ -36,11 +36,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/CarGDev/codetyper.nvim.git" + "url": "git+https://github.com/CarGDev/codetyper.cli.git" }, - "homepage": "https://github.com/CarGDev/codetyper.nvim#readme", + "homepage": "https://github.com/CarGDev/codetyper.cli#readme", "bugs": { - "url": "https://github.com/CarGDev/codetyper.nvim/issues" + "url": "https://github.com/CarGDev/codetyper.cli/issues" }, "files": [ "dist/**/*.js",