Compare commits

...

3 Commits

Author SHA1 Message Date
Douglas Christopher Wilson
838ee4cc02 1.4.1 2014-10-15 23:22:23 -04:00
Douglas Christopher Wilson
f332e6e576 deps: accepts@~1.1.2 2014-10-15 23:21:53 -04:00
Douglas Christopher Wilson
b866f9690a deps: mocha@~1.21.5 2014-10-15 23:20:50 -04:00
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
1.4.1 / 2014-10-15
==================
* deps: accepts@~1.1.2
- Fix error when media type has invalid parameter
- deps: negotiator@0.4.9
1.4.0 / 2014-10-03
==================

View File

@@ -1,12 +1,12 @@
{
"name": "serve-index",
"description": "Serve directory listings",
"version": "1.4.0",
"version": "1.4.1",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"repository": "expressjs/serve-index",
"dependencies": {
"accepts": "~1.1.1",
"accepts": "~1.1.2",
"batch": "0.5.1",
"debug": "~2.0.0",
"mime-types": "~2.0.1",
@@ -14,7 +14,7 @@
},
"devDependencies": {
"istanbul": "0.3.2",
"mocha": "~1.21.1",
"mocha": "~1.21.5",
"should": "~4.0.0",
"supertest": "~0.14.0"
},