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.
This commit is contained in:
Topher Bullock 2014-02-07 16:49:45 -05:00
parent 81daf26a43
commit 7923cf3c6b

View File

@ -1,6 +1,7 @@
{ {
"name" : "http-proxy", "name" : "http-proxy",
"version" : "1.0.2", "version" : "1.0.2",
"repository" : "https://github.com/nodejitsu/node-http-proxy.git",
"description" : "HTTP proxying for the masses", "description" : "HTTP proxying for the masses",
"author": "Nodejitsu Inc. <info@nodejitsu.com>", "author": "Nodejitsu Inc. <info@nodejitsu.com>",
"maintainers" : [ "maintainers" : [