We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b845417 commit 2f0cef3Copy full SHA for 2f0cef3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-branch",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "Native Wrapper around Branch Metrics native SDKs",
5
"main": "index.js",
6
"scripts": {
@@ -17,5 +17,13 @@
17
"link"
18
],
19
"author": "Kevin Stumpf",
20
- "license": "MIT"
+ "license": "MIT",
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git+https://github.com/DispatcherInc/react-native-branch.git"
24
+ },
25
+ "bugs": {
26
+ "url": "https://github.com/DispatcherInc/react-native-branch/issues"
27
28
+ "homepage": "https://github.com/DispatcherInc/react-native-branch#readme"
29
}
0 commit comments