Skip to content

Commit 68fa17b

Browse files
author
@xtreme-topher-bullock / @xtreme-todd-ritchie
committed
@xtreme-topher-bullock - update package.json to have proper repository key and formatting
1 parent 7923cf3 commit 68fa17b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: package.json

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

0 commit comments

Comments
 (0)