From 3e0fd8c1d36ff67d5b5e54ab1407749e50361e16 Mon Sep 17 00:00:00 2001 From: jpb06 Date: Sat, 10 Jan 2026 22:43:32 +0100 Subject: [PATCH] fix(publish): using node 24 and fixing repository url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fe7732..965d695 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "repository": { "type": "git", - "url": "git+https://github.com/jpb06/effect-errors.git" + "url": "https://github.com/jpb06/effect-errors" }, "type": "module", "main": "./cjs/index.js",