Still struggling to get the repositories link in package.json right

This commit is contained in:
ciaranj 2010-08-26 09:14:25 +01:00
parent b106405248
commit 999a2bc5e8

View File

@ -4,5 +4,5 @@
, "directories" : { "lib" : "./lib" } , "directories" : { "lib" : "./lib" }
, "main" : "main.js" , "main" : "main.js"
, "author" : "Ciaran Jessup <ciaranj@gmail.com>" , "author" : "Ciaran Jessup <ciaranj@gmail.com>"
, "repositories" : [{ "type":"git", "url":"https://ciaranj@github.com/ciaranj/node-oauth.git" }] , "repositories" : [{ "type":"git", "url":"http://github.com/ciaranj/node-oauth.git" }]
} }