From 57c1dce990e207ef97417767e007bf696a768e51 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Fri, 5 May 2023 11:32:55 +0200 Subject: [PATCH 1/2] Fix missing Repository field on npm page --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cbf826f..2a7547d 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "description": "Tilt for React JS", "author": "Jonathan Dion (https://github.com/jonathandion/)", "license": "MIT", + "repository": "jonathandion/react-tilt", "bugs": { "url": "https://github.com/jonathandion/react-tilt/issues" }, From ec5403539b60893ba0669f2f55a967aec6a3c8c9 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Fri, 5 May 2023 11:35:48 +0200 Subject: [PATCH 2/2] Move change from root to package --- package.json | 1 - packages/react-tilt/package.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a7547d..cbf826f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "description": "Tilt for React JS", "author": "Jonathan Dion (https://github.com/jonathandion/)", "license": "MIT", - "repository": "jonathandion/react-tilt", "bugs": { "url": "https://github.com/jonathandion/react-tilt/issues" }, diff --git a/packages/react-tilt/package.json b/packages/react-tilt/package.json index 7473ee5..b22c91c 100644 --- a/packages/react-tilt/package.json +++ b/packages/react-tilt/package.json @@ -4,6 +4,7 @@ "description": "Tilt for React JS", "author": "Jonathan Dion (https://github.com/jonathandion/)", "license": "MIT", + "repository": "jonathandion/react-tilt", "bugs": { "url": "https://github.com/jonathandion/react-tilt/issues" },