From b56ffbf26e93dc1129960b15182510aeecdc2272 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:27:08 -0500 Subject: [PATCH] npm pkg fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0ce9b1..7755537 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal", "repository": { "type": "git", - "url": "git@github.com:embroider-build/content-tag.git" + "url": "git+ssh://git@github.com/embroider-build/content-tag.git" }, "license": "MIT", "type": "module",