Skip to content

Commit

Permalink
Still struggling to get the repositories link in package.json right
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranj committed Aug 26, 2010
1 parent b106405 commit 999a2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,5 +4,5 @@
, "directories" : { "lib" : "./lib" }
, "main" : "main.js"
, "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" }]
}

0 comments on commit 999a2bc

Please sign in to comment.