From d34531a06a2e92ffd2f656f93487cdfdb3079800 Mon Sep 17 00:00:00 2001 From: Bart Veneman <1536852+bartveneman@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:20:44 +0200 Subject: [PATCH] add missing repo info to package.json (#27) --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eb05802..ea237fa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,13 @@ "name": "@projectwallace/css-code-quality", "description": "Calculate the Code Quality score of your CSS based on a range of different quality guards", "version": "1.0.2", - "repository": "git@github.com:projectwallace/css-code-quality.git", + "repository": { + "type": "git", + "url": "git@github.com:projectwallace/css-code-quality.git" + }, + "homepage": "https://github.com/projectwallace/css-code-quality", + "issues": "https://github.com/projectwallace/css-code-quality/issues", + "license": "MIT", "author": { "email": "bart@projectwallace.com", "name": "Bart Veneman"