Skip to content

Commit

Permalink
chore: add repository directory for all packages.json [skip ci] (#8124)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamandrewluca authored Oct 12, 2021
1 parent c64bbce commit 320be7a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
7 changes: 6 additions & 1 deletion packages/react-router-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "react-router-config",
"version": "5.2.1",
"description": "Static route config matching for React Router",
"repository": "remix-run/react-router",
"homepage": "https://reactrouter.com/",
"repository": {
"url": "https://github.com/remix-run/react-router.git",
"type": "git",
"directory": "packages/react-router-config"
},
"license": "MIT",
"author": "React Training <hello@reacttraining.com>",
"files": [
Expand Down
7 changes: 6 additions & 1 deletion packages/react-router-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "react-router-dom",
"version": "5.3.0",
"description": "DOM bindings for React Router",
"repository": "remix-run/react-router",
"homepage": "https://reactrouter.com/",
"repository": {
"url": "https://github.com/remix-run/react-router.git",
"type": "git",
"directory": "packages/react-router-dom"
},
"license": "MIT",
"author": "React Training <hello@reacttraining.com>",
"files": [
Expand Down
7 changes: 6 additions & 1 deletion packages/react-router-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "react-router-native",
"version": "5.2.1",
"description": "React Native bindings for React Router",
"repository": "remix-run/react-router",
"homepage": "https://reactrouter.com/",
"repository": {
"url": "https://github.com/remix-run/react-router.git",
"type": "git",
"directory": "packages/react-router-native"
},
"license": "MIT",
"author": "React Training <hello@reacttraining.com>",
"main": "main.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "react-router",
"version": "5.2.1",
"description": "Declarative routing for React",
"repository": "remix-run/react-router",
"homepage": "https://reactrouter.com/",
"repository": {
"url": "https://github.com/remix-run/react-router.git",
"type": "git",
"directory": "packages/react-router"
},
"license": "MIT",
"author": "React Training <hello@reacttraining.com>",
"files": [
Expand Down

0 comments on commit 320be7a

Please sign in to comment.