From 591902cc434995afd52c82670a9b74e126918091 Mon Sep 17 00:00:00 2001 From: Magnetar Date: Fri, 19 Jan 2024 11:36:07 -0500 Subject: [PATCH] fix: package.json repository url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14e9f65..cd8c686 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "keywords": [], "repository": { - "url": "https://github.com/eclipseemu/gamesbuf.git" + "url": "git+https://github.com/eclipseemu/gamesbuf.git" }, "types": "./dist/gamesbuf.d.ts", "main": "./dist/gamesbuf.umd.js",