From 886622676a04b52c5ef66179ff24cd92259b22c8 Mon Sep 17 00:00:00 2001 From: Espen Hovlandsdal Date: Thu, 5 Dec 2024 16:04:52 -0800 Subject: [PATCH] chore: change repository field from string to object --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b626b14..92083fc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,10 @@ "./src/all.js" ], "license": "MIT", - "repository": "https://github.com/rexxars/react-lowlight.git", + "repository": { + "type": "git", + "url": "git+https://github.com/rexxars/react-lowlight.git" + }, "bugs": "https://github.com/rexxars/react-lowlight/issues", "homepage": "https://github.com/rexxars/react-lowlight#readme", "author": "Espen Hovlandsdal ",