Skip to content

Commit 1067054

Browse files
committed
Merge pull request #578 from xtreme-topher-bullock/patch-1
Add Repository field to package.json
2 parents 81daf26 + 68fa17b commit 1067054

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name" : "http-proxy",
33
"version" : "1.0.2",
4+
5+
"repository" : {
6+
"type" : "git",
7+
"url" : "https://github.com/nodejitsu/node-http-proxy.git"
8+
},
9+
410
"description" : "HTTP proxying for the masses",
511
"author": "Nodejitsu Inc. <[email protected]>",
612
"maintainers" : [

0 commit comments

Comments
 (0)