From 360423b6348319351b849ad2209a69695a85021c Mon Sep 17 00:00:00 2001 From: Ukendio Date: Fri, 20 Feb 2026 12:04:06 +0100 Subject: [PATCH] Fix repo url in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b69c946..ed6ad95 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "src/jecs.luau", "repository": { "type": "git", - "url": "git+https://github.com/ukendio/jecs.git" + "url": "https://github.com/ukendio/jecs" }, "keywords": [], "author": "Ukendio",