From 938386bda472003628d7c22aa6accfedef6cb7cb Mon Sep 17 00:00:00 2001 From: Ignacio Lago Date: Sat, 25 May 2024 20:05:07 +0900 Subject: [PATCH] Fix git repository --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c912b5..bd56fe2 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "name": "simplify-path-js", "repository": { "type": "git", - "url": "git+ssh://git@github.com/ignlg/heap-js.git" + "url": "git+ssh://git@github.com/ignlg/simplify-path-js.git" }, "scripts": { "benchmark": "node benchmark/benchmark.js",