Skip to content

Commit

Permalink
chore: update package.json repository fields
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Dec 12, 2024
1 parent ab8b10e commit bafe2e5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
6 changes: 5 additions & 1 deletion packages/dnd-multi-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"description": "Multi Backend system compatible with DnD Core / React DnD",
"author": "Louis Brunner <[email protected]> (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": {
Expand Down
6 changes: 5 additions & 1 deletion packages/rdndmb-html5-to-touch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"description": "Multi Backend pipeline for react-dnd-multi-backend (HTML5 <-> Touch)",
"author": "Louis Brunner <[email protected]> (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": {
Expand Down
6 changes: 5 additions & 1 deletion packages/react-dnd-multi-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"description": "Multi Backend system compatible with React DnD",
"author": "Louis Brunner <[email protected]> (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": {
Expand Down
6 changes: 5 additions & 1 deletion packages/react-dnd-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"description": "Preview component for React DnD",
"author": "Louis Brunner <[email protected]> (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": {
Expand Down

0 comments on commit bafe2e5

Please sign in to comment.