From 6d253f63580efcd5d8a9e25757a5bb82ca46a096 Mon Sep 17 00:00:00 2001 From: "Ghislain B." Date: Thu, 28 Nov 2024 13:05:52 -0500 Subject: [PATCH] docs: add missing homepage/repo in published package Same change was made in Tempo, the homepage & repo links were missing and doesn't show proper Renovate details when all these links are missing. See similar Tempo PR: https://github.com/formkit/tempo/pull/61 --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 0282a1c..8e37d1b 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,14 @@ "keywords": [], "author": "Sasha Milenkovic ", "license": "MIT", + "homepage": "https://github.com/formkit/drag-and-drop", + "repository": { + "type": "git", + "url": "git+https://github.com/formkit/drag-and-drop.git" + }, + "bugs": { + "url": "https://github.com/formkit/drag-and-drop/issues" + }, "devDependencies": { "@formkit/drag-and-drop": "^0.2.3", "@playwright/test": "^1.42.1",