chore: tweak repository field in package.json. closes #8423

This commit is contained in:
Satyajit Sahoo
2020-06-16 21:46:09 +02:00
parent bf1ee2d9ff
commit cc3728fc95
10 changed files with 50 additions and 10 deletions

View File

@@ -12,7 +12,11 @@
"tab"
],
"license": "MIT",
"repository": "https://github.com/react-navigation/react-navigation/tree/main/packages/bottom-tabs",
"repository": {
"type": "git",
"url": "https://github.com/react-navigation/react-navigation.git",
"directory": "packages/bottom-tabs"
},
"main": "lib/commonjs/index.js",
"react-native": "src/index.tsx",
"source": "src/index.tsx",

View File

@@ -3,7 +3,11 @@
"description": "Compatibility layer to write navigator definitions in static configuration format",
"version": "5.1.26",
"license": "MIT",
"repository": "https://github.com/react-navigation/react-navigation/tree/main/packages/compat",
"repository": {
"type": "git",
"url": "https://github.com/react-navigation/react-navigation.git",
"directory": "packages/compat"
},
"bugs": {
"url": "https://github.com/react-navigation/react-navigation/issues"
},

View File

@@ -8,7 +8,11 @@
"react-navigation"
],
"license": "MIT",
"repository": "https://github.com/react-navigation/react-navigation/tree/main/packages/core",
"repository": {
"type": "git",
"url": "https://github.com/react-navigation/react-navigation.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/react-navigation/react-navigation/issues"
},

View File

@@ -8,7 +8,11 @@
"react-navigation"
],
"license": "MIT",
"repository": "https://github.com/react-navigation/react-navigation/tree/main/packages/devtools",
"repository": {
"type": "git",
"url": "https://github.com/react-navigation/react-navigation.git",
"directory": "packages/devtools"
},
"bugs": {
"url": "https://github.com/react-navigation/react-navigation/issues"
},

View File

@@ -13,7 +13,11 @@
"drawer"
],
"license": "MIT",
"repository": "https://github.com/react-navigation/react-navigation/tree/main/packages/drawer",
"repository": {
"type": "git",
"url": "https://github.com/react-navigation/react-navigation.git",
"directory": "packages/drawer"
},
"bugs": {
"url": "https://github.com/react-navigation/react-navigation/issues"
},

View File

@@ -13,7 +13,11 @@
"tab"
],
"license": "MIT",
"repository": "https://github.com/react-navigation/react-navigation/tree/main/packages/material-bottom-tabs",
"repository": {
"type": "git",
"url": "https://github.com/react-navigation/react-navigation.git",
"directory": "packages/material-bottom-tabs"
},
"bugs": {
"url": "https://github.com/react-navigation/react-navigation/issues"
},

View File

@@ -13,7 +13,11 @@
"tab"
],
"license": "MIT",
"repository": "https://github.com/react-navigation/react-navigation/tree/main/packages/material-top-tabs",
"repository": {
"type": "git",
"url": "https://github.com/react-navigation/react-navigation.git",
"directory": "packages/material-top-tabs"
},
"bugs": {
"url": "https://github.com/react-navigation/react-navigation/issues"
},

View File

@@ -9,7 +9,11 @@
"android"
],
"license": "MIT",
"repository": "https://github.com/react-navigation/react-navigation/tree/main/packages/native",
"repository": {
"type": "git",
"url": "https://github.com/react-navigation/react-navigation.git",
"directory": "packages/native"
},
"bugs": {
"url": "https://github.com/react-navigation/react-navigation/issues"
},

View File

@@ -8,7 +8,11 @@
"react-navigation"
],
"license": "MIT",
"repository": "https://github.com/react-navigation/react-navigation/tree/main/packages/routers",
"repository": {
"type": "git",
"url": "https://github.com/react-navigation/react-navigation.git",
"directory": "packages/routers"
},
"bugs": {
"url": "https://github.com/react-navigation/react-navigation/issues"
},

View File

@@ -12,7 +12,11 @@
"stack"
],
"license": "MIT",
"repository": "https://github.com/react-navigation/react-navigation/tree/main/packages/stack",
"repository": {
"type": "git",
"url": "https://github.com/react-navigation/react-navigation.git",
"directory": "packages/stack"
},
"bugs": {
"url": "https://github.com/react-navigation/react-navigation/issues"
},