Compare commits

...

4 Commits

Author SHA1 Message Date
Douglas Christopher Wilson
a73d752247 1.1.3 2014-06-20 13:49:12 -04:00
Douglas Christopher Wilson
4e8cf53ce5 deps: accepts@~1.0.4 2014-06-20 13:48:16 -04:00
Douglas Christopher Wilson
4e8726c41c 1.1.2 2014-06-19 11:09:23 -04:00
Douglas Christopher Wilson
d7d661245e deps: batch@0.5.1 2014-06-19 11:02:13 -04:00
2 changed files with 14 additions and 3 deletions

View File

@@ -1,3 +1,14 @@
1.1.3 / 2014-06-20
==================
* deps: accepts@~1.0.4
- use `mime-types`
1.1.2 / 2014-06-19
==================
* deps: batch@0.5.1
1.1.1 / 2014-06-11
==================

View File

@@ -1,13 +1,13 @@
{
"name": "serve-index",
"description": "Serve directory listings",
"version": "1.1.1",
"version": "1.1.3",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"repository": "expressjs/serve-index",
"dependencies": {
"accepts": "1.0.3",
"batch": "0.5.0"
"accepts": "1.0.4",
"batch": "0.5.1"
},
"devDependencies": {
"istanbul": "0.2.10",