From 999a2bc5e8724173d7de934508b8bdb9f6b66fc5 Mon Sep 17 00:00:00 2001 From: ciaranj Date: Thu, 26 Aug 2010 09:14:25 +0100 Subject: [PATCH] Still struggling to get the repositories link in package.json right --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c772c2f..5768b24 100644 --- a/package.json +++ b/package.json @@ -4,5 +4,5 @@ , "directories" : { "lib" : "./lib" } , "main" : "main.js" , "author" : "Ciaran Jessup " -, "repositories" : [{ "type":"git", "url":"https://ciaranj@github.com/ciaranj/node-oauth.git" }] +, "repositories" : [{ "type":"git", "url":"http://github.com/ciaranj/node-oauth.git" }] }