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

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