From 9d4dc30e5abd1d2c31d76fb29f762a97ce2a0672 Mon Sep 17 00:00:00 2001 From: Michael Dowse Date: Wed, 25 Sep 2024 16:27:34 +0200 Subject: [PATCH] chore: Add homepage url --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index dc5e820..cd79785 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "type": "git", "url": "git+https://github.com/cloudscape-design/build-tools.git" }, + "homepage": "https://cloudscape.design", "scripts": { "prepare": "husky install", "lint": "eslint --ignore-path .gitignore --ext js,ts .",