From 7923cf3c6bb7a32cdefc3ee6060cd1070cf440c6 Mon Sep 17 00:00:00 2001 From: Topher Bullock Date: Fri, 7 Feb 2014 16:49:45 -0500 Subject: [PATCH] Add Repository field to package.json Seeing "npm WARN package.json http-proxy@1.0.2 No repository field." makes me anxious and its such an easy action to add a repo field to the package.json. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8402f6b..cf6bac4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name" : "http-proxy", "version" : "1.0.2", + "repository" : "https://github.com/nodejitsu/node-http-proxy.git", "description" : "HTTP proxying for the masses", "author": "Nodejitsu Inc. ", "maintainers" : [