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

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