chore: update repo url for packages

npm only shows correct link if we use the link directly instead of repo metadata
This commit is contained in:
Satyajit Sahoo
2020-01-09 01:39:48 +01:00
parent 67798af869
commit 3bdbd89515
10 changed files with 10 additions and 50 deletions

View File

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