From bafe2e55fca88ca7fa7a6f8e2a3aea5031a6ba06 Mon Sep 17 00:00:00 2001 From: Louis Brunner Date: Thu, 12 Dec 2024 18:56:02 +0000 Subject: [PATCH] chore: update package.json repository fields --- packages/dnd-multi-backend/package.json | 6 +++++- packages/rdndmb-html5-to-touch/package.json | 6 +++++- packages/react-dnd-multi-backend/package.json | 6 +++++- packages/react-dnd-preview/package.json | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/packages/dnd-multi-backend/package.json b/packages/dnd-multi-backend/package.json index 3f35fca..0bd1f00 100644 --- a/packages/dnd-multi-backend/package.json +++ b/packages/dnd-multi-backend/package.json @@ -5,7 +5,11 @@ "description": "Multi Backend system compatible with DnD Core / React DnD", "author": "Louis Brunner (https://github.com/LouisBrunner)", "license": "MIT", - "repository": "https://github.com/LouisBrunner/dnd-multi-backend/tree/master/packages/dnd-multi-backend", + "repository": { + "type": "git", + "url": "git+https://github.com/LouisBrunner/dnd-multi-backend.git", + "directory": "packages/dnd-multi-backend" + }, "homepage": "https://louisbrunner.github.io/dnd-multi-backend/packages/dnd-multi-backend/", "keywords": ["agnostic", "dnd", "drag", "drop", "backend", "multi"], "funding": { diff --git a/packages/rdndmb-html5-to-touch/package.json b/packages/rdndmb-html5-to-touch/package.json index b09232a..6b8589f 100644 --- a/packages/rdndmb-html5-to-touch/package.json +++ b/packages/rdndmb-html5-to-touch/package.json @@ -5,7 +5,11 @@ "description": "Multi Backend pipeline for react-dnd-multi-backend (HTML5 <-> Touch)", "author": "Louis Brunner (https://github.com/LouisBrunner)", "license": "MIT", - "repository": "https://github.com/LouisBrunner/dnd-multi-backend/tree/master/packages/rdndmb-html5-to-touch", + "repository": { + "type": "git", + "url": "git+https://github.com/LouisBrunner/dnd-multi-backend.git", + "directory": "packages/rdndmb-html5-to-touch" + }, "homepage": "https://louisbrunner.github.io/dnd-multi-backend/packages/rdndmb-html5-to-touch/", "keywords": ["react", "dnd", "drag", "drop", "html5", "touch", "react-dnd", "react-dnd-multi-backend"], "funding": { diff --git a/packages/react-dnd-multi-backend/package.json b/packages/react-dnd-multi-backend/package.json index 1a31d90..e845978 100644 --- a/packages/react-dnd-multi-backend/package.json +++ b/packages/react-dnd-multi-backend/package.json @@ -5,7 +5,11 @@ "description": "Multi Backend system compatible with React DnD", "author": "Louis Brunner (https://github.com/LouisBrunner)", "license": "MIT", - "repository": "https://github.com/LouisBrunner/dnd-multi-backend/tree/master/packages/react-dnd-multi-backend", + "repository": { + "type": "git", + "url": "git+https://github.com/LouisBrunner/dnd-multi-backend.git", + "directory": "packages/react-dnd-multi-backend" + }, "homepage": "https://louisbrunner.github.io/dnd-multi-backend/packages/react-dnd-multi-backend/", "keywords": ["react", "dnd", "drag", "drop", "html5", "touch", "react-dnd"], "funding": { diff --git a/packages/react-dnd-preview/package.json b/packages/react-dnd-preview/package.json index 210ce1a..70eb9dc 100644 --- a/packages/react-dnd-preview/package.json +++ b/packages/react-dnd-preview/package.json @@ -5,7 +5,11 @@ "description": "Preview component for React DnD", "author": "Louis Brunner (https://github.com/LouisBrunner)", "license": "MIT", - "repository": "https://github.com/LouisBrunner/dnd-multi-backend/tree/master/packages/react-dnd-preview", + "repository": { + "type": "git", + "url": "git+https://github.com/LouisBrunner/dnd-multi-backend.git", + "directory": "packages/react-dnd-preview" + }, "homepage": "https://louisbrunner.github.io/dnd-multi-backend/packages/react-dnd-preview/", "keywords": ["react", "dnd", "drag", "drop", "react-dnd", "preview"], "funding": {