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 @@
"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"
},