From 2f0cef391e330162e749d196ca69c4d9feec960e Mon Sep 17 00:00:00 2001 From: Kevin Stumpf Date: Sun, 31 Jan 2016 13:50:50 -0800 Subject: [PATCH] Update package.json --- package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c2b8791..fc76a95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-branch", - "version": "0.0.1", + "version": "0.0.2", "description": "Native Wrapper around Branch Metrics native SDKs", "main": "index.js", "scripts": { @@ -17,5 +17,13 @@ "link" ], "author": "Kevin Stumpf", - "license": "MIT" + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/DispatcherInc/react-native-branch.git" + }, + "bugs": { + "url": "https://github.com/DispatcherInc/react-native-branch/issues" + }, + "homepage": "https://github.com/DispatcherInc/react-native-branch#readme" }