Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Stumpf committed Jan 31, 2016
1 parent b845417 commit 2f0cef3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}

0 comments on commit 2f0cef3

Please sign in to comment.