Skip to content

Commit 2f0cef3

Browse files
author
Kevin Stumpf
committed
Update package.json
1 parent b845417 commit 2f0cef3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-branch",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Native Wrapper around Branch Metrics native SDKs",
55
"main": "index.js",
66
"scripts": {
@@ -17,5 +17,13 @@
1717
"link"
1818
],
1919
"author": "Kevin Stumpf",
20-
"license": "MIT"
20+
"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"
2129
}

0 commit comments

Comments
 (0)