Skip to content

Commit 320be7a

Browse files
author
Andrew Luca
authored
chore: add repository directory for all packages.json [skip ci] (#8124)
1 parent c64bbce commit 320be7a

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

packages/react-router-config/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"name": "react-router-config",
33
"version": "5.2.1",
44
"description": "Static route config matching for React Router",
5-
"repository": "remix-run/react-router",
5+
"homepage": "https://reactrouter.com/",
6+
"repository": {
7+
"url": "https://github.com/remix-run/react-router.git",
8+
"type": "git",
9+
"directory": "packages/react-router-config"
10+
},
611
"license": "MIT",
712
"author": "React Training <[email protected]>",
813
"files": [

packages/react-router-dom/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"name": "react-router-dom",
33
"version": "5.3.0",
44
"description": "DOM bindings for React Router",
5-
"repository": "remix-run/react-router",
5+
"homepage": "https://reactrouter.com/",
6+
"repository": {
7+
"url": "https://github.com/remix-run/react-router.git",
8+
"type": "git",
9+
"directory": "packages/react-router-dom"
10+
},
611
"license": "MIT",
712
"author": "React Training <[email protected]>",
813
"files": [

packages/react-router-native/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"name": "react-router-native",
33
"version": "5.2.1",
44
"description": "React Native bindings for React Router",
5-
"repository": "remix-run/react-router",
5+
"homepage": "https://reactrouter.com/",
6+
"repository": {
7+
"url": "https://github.com/remix-run/react-router.git",
8+
"type": "git",
9+
"directory": "packages/react-router-native"
10+
},
611
"license": "MIT",
712
"author": "React Training <[email protected]>",
813
"main": "main.js",

packages/react-router/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"name": "react-router",
33
"version": "5.2.1",
44
"description": "Declarative routing for React",
5-
"repository": "remix-run/react-router",
5+
"homepage": "https://reactrouter.com/",
6+
"repository": {
7+
"url": "https://github.com/remix-run/react-router.git",
8+
"type": "git",
9+
"directory": "packages/react-router"
10+
},
611
"license": "MIT",
712
"author": "React Training <[email protected]>",
813
"files": [

0 commit comments

Comments
 (0)