From bf4952f4958cb3fef586deaa7299c1e462072a3a Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Sun, 9 Feb 2025 16:38:46 -0700 Subject: [PATCH] chore: fix pkg repository (#3613) --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ade490f08..0f7980cfd0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,10 @@ "publishConfig": { "provenance": true }, - "repository": "git://github.com/markedjs/marked.git", + "repository": { + "type": "git", + "url": "git://github.com/markedjs/marked.git" + }, "homepage": "https://marked.js.org", "bugs": { "url": "http://github.com/markedjs/marked/issues"