From 98c072b79fb741463f95d2b6eda8e5bd0b51434e Mon Sep 17 00:00:00 2001 From: Bart Veneman Date: Sun, 25 May 2025 16:38:14 +0200 Subject: [PATCH] improve some package.json fields --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 38256e6..a0d77d2 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "@projectwallace/css-analyzer", + "description": "The best CSS analyzer out there. Check design tokens, complexity, specificity, performance and more.", "version": "7.0.1", "author": "Bart Veneman", "repository": { "type": "git", "url": "git+https://github.com/projectwallace/css-analyzer.git" }, - "homepage": "https://www.projectwallace.com/oss", + "homepage": "https://github.com/projectwallace/css-analyzer", "issues": "https://github.com/projectwallace/css-analyzer/issues", "license": "MIT", "type": "module",