From 63d0fa96b0e0eb9e1f895623f6add76c6e8ce497 Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Sun, 24 Aug 2014 20:38:49 -0700 Subject: [PATCH] add repository field ...so npm quits complaining --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 758d541..c6867a8 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,10 @@ "merge", "multisig" ], + "repository": { + "type": "git", + "url": "https://github.com/ryanxcharles/bitcore2.git" + }, "dependencies": { "aes": "=0.1.0", "bn.js": "=0.13.3",