From e695ac7011d44f47e3fc9953bf3c150135b4e3d9 Mon Sep 17 00:00:00 2001 From: Eric Martindale Date: Wed, 20 Aug 2014 19:46:01 +0000 Subject: [PATCH] Add repository to package.json. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 80aa4f9..189db9c 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ }, "main": "index.js", "version": "0.1.1", + "repository": "https://github.com/bitpay/bitauth.git", "dependencies": { "bitcore": "0.1.32", "request": "^2.36.0",