From 6e79475d6fcc7e858743bf8818a3c75a07bd45b4 Mon Sep 17 00:00:00 2001 From: Michael Wuergler Date: Tue, 23 Apr 2024 10:01:11 +0200 Subject: [PATCH] fix: update package.json repo syntax --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 00975b6d..f0b4fe48 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "version": "8.0.1", "description": "A JSON list of all the cryptocurrency symbols", "license": "MIT", - "repository": "crypti/cryptocurrencies", + "repository": { + "type": "git", + "url": "git+https://github.com/crypti/cryptocurrencies.git" + }, "type": "module", "contributors": [ {