From f518ced7769d22f2c1b3cc5a77ff00a32d3a8f1f Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 5 Mar 2016 21:49:13 +0000 Subject: [PATCH] add git repo to the package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 0060ca6..8df073d 100644 --- a/package.json +++ b/package.json @@ -56,5 +56,9 @@ "multihashing": "^0.2.0", "node-forge": "^0.6.38", "protocol-buffers": "^3.1.4" + }, + "repository": { + "type": "git", + "url": "https://github.com/diasdavid/js-peer-id.git" } }