Skip to content

Commit eee3952

Browse files
committed
[dist] Update a lot of dependencies.
1 parent 9fbfae5 commit eee3952

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011 Nodejitsu http://github.com/nodejitsu/http-server/
1+
Copyright (c) 2011 Charlie Robbins, Marak Squires, and the Contributors.
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the
@@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1717
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1818
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1919
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "http-server",
33
"version": "0.7.3",
4-
"author": "Nodejitsu <[email protected]>",
54
"description": "a simple zero-configuration command-line http server",
65
"main": "./lib/http-server",
76
"repository": {
@@ -18,6 +17,10 @@
1817
"test": "vows --spec --isolate"
1918
},
2019
"contributors": [
20+
{
21+
"name": "Charlie Robbins",
22+
"email": "[email protected]"
23+
},
2124
{
2225
"name": "Marak Squires",
2326
"email": "[email protected]"
@@ -55,16 +58,16 @@
5558
}
5659
],
5760
"dependencies": {
58-
"colors": "0.6.x",
59-
"optimist": "0.5.x",
60-
"union": "0.3.x",
61+
"colors": "1.0.3",
62+
"optimist": "0.6.x",
63+
"union": "~0.4.3",
6164
"ecstatic": "~0.5.6",
6265
"portfinder": "0.2.x",
63-
"opener": "~1.3.0"
66+
"opener": "~1.4.0"
6467
},
6568
"devDependencies": {
6669
"vows": "0.7.x",
67-
"request": "2.21.x",
70+
"request": "2.49.x",
6871
"stylezero": "2.1.1"
6972
},
7073
"bugs": {

0 commit comments

Comments
 (0)