From f2c3204590fad3ff27c96ba0e331deed6fd1aac6 Mon Sep 17 00:00:00 2001 From: Michael-F-Bryan Date: Wed, 22 Nov 2023 01:29:34 +0800 Subject: [PATCH] Fixed the repository URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2124a0be..7a40eb24 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "homepage": "https://github.com/wasmerio/wasmer-js", "repository": { "type": "git", - "url": "https://github.com/wasmerio/wasmer-js" + "url": "git+https://github.com/wasmerio/wasmer-js.git" }, "publishConfig": { "access": "public"