Skip to content

Commit 69c162d

Browse files
committed
[dist] Version bump and update to README + LICENCE. Word to Mikeal for coming thru for 0.2.0
1 parent fd61828 commit 69c162d

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
node-http-proxy
33

4-
Copyright (c) 2010 Charlie Robbins & Marak Squires http://github.com/nodejitsu/node-http-proxy
4+
Copyright (c) 2010 Charlie Robbins, Mikeal Rogers, & Marak Squires
55

66
Permission is hereby granted, free of charge, to any person obtaining
77
a copy of this software and associated documentation files (the

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If you have a suggestion for a feature currently not supported, feel free to ope
8686

8787
(The MIT License)
8888

89-
Copyright (c) 2010 Mikeal Rogers, Charlie Robbins & Marak Squires
89+
Copyright (c) 2010 Charlie Robbins, Mikeal Rogers & Marak Squires
9090

9191
Permission is hereby granted, free of charge, to any person obtaining
9292
a copy of this software and associated documentation files (the

package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
{
22
"name": "http-proxy",
33
"description": "A full-featured http reverse proxy for node.js",
4-
"version": "0.1.6",
4+
"version": "0.2.0",
55
"author": "Charlie Robbins <[email protected]>",
66
"contributors": [
7-
{ "name": "Marak Squires", "email": "[email protected]" }
7+
{ "name": "Mikeal Rogers", "email": "[email protected]" },
8+
{ "name": "Marak Squires", "email": "[email protected]" },
89
],
910
"repository": {
1011
"type": "git",
1112
"url": "http://github.com/nodejitsu/node-http-proxy.git"
1213
},
1314
"keywords": ["reverse", "proxy", "http"],
1415
"dependencies": {
15-
"colors": ">= 0.3.0"
16+
"colors": ">= 0.3.0",
17+
"pool": ">= 0.4.1"
1618
},
1719
"main": "./lib/node-http-proxy",
1820
"scripts": { "test": "vows" },
19-
"engines": { "node": ">= 0.1.98" }
21+
"engines": { "node": ">= 0.2.0" }
2022
}

0 commit comments

Comments
 (0)