From 00a8b398516534b3298fae693510cbd6c22d4aad Mon Sep 17 00:00:00 2001 From: Paul Cothenet Date: Wed, 25 Mar 2015 11:49:54 -0700 Subject: [PATCH] Adding repository Error with package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index b80493d..590cee2 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,10 @@ "devDependencies": { "tape": "^3.5.0" }, + "repository": { + "type": "git", + "url": "git://github.com/willwhite/freemail.git" + }, "dependencies": { "tldjs": "^1.5.2" }